EvilEngine/DYNA/effect:smoke emitter: Difference between revisions

m
(Created page with "<onlyinclude> {{#vardefine:name|effect:smoke_emitter}}<nowiki/> {{#vardefine:version|1}}<nowiki/> {{#vardefine:hash|0x0903FBB9}}<nowiki/> {{#vardefine:games|TSSM Incredibles R...")
 
 
(5 intermediate revisions by 4 users not shown)
Line 3:
{{#vardefine:version|1}}<nowiki/>
{{#vardefine:hash|0x0903FBB9}}<nowiki/>
{{#vardefine:games|TSSM Incredibles ROTU RatProto}}<nowiki/>
{{#vardefine:sourcecode|}}<nowiki/>
{{#vardefine:image|}}<nowiki/>
</onlyinclude>
{{AutoDynaInfobox}}
 
==Format==
{| class="wikitable"
! Offset !! Type !! Variable !! Description
|-
| 0x00 || uint || '''flags''' ||
|-
| 0x04 || [[AssetID]] || '''attach_to''' ||
|-
| 0x08 || [[Vector3]] || '''loc''' ||
|-
| 0x14 || [[Vector3]] || '''dir''' ||
|-
| 0x20 || [[Vector3]] || '''scale''' ||
|-
| 0x2C || [[AssetID]] || '''texture''' ||
|-
| 0x30 || ushort || '''texture_rows''' ||
|-
| 0x32 || ushort || '''texture_columns''' ||
|-
| 0x34 || float || '''rate''' ||
|-
| 0x38 || float || '''life_min''' ||
|-
| 0x3C || float || '''life_max''' ||
|-
| 0x40 || float || '''size_min''' ||
|-
| 0x44 || float || '''size_max''' ||
|-
| 0x48 || float || '''vel_min''' ||
|-
| 0x4C || float || '''vel_max''' ||
|-
| 0x50 || float || '''growth''' ||
|-
| 0x54 || [[Vector3]] || '''vel_dir''' || Velocity Direction?
|-
| 0x60 || float || '''vel_dir_vary''' ||
|-
| 0x64 || float || '''wind''' ||
|-
| 0x68 || [[Color]] || '''color_birth''' ||
|-
| 0x6C || [[Color]] || '''color_death''' ||
|}
 
{{DynaAssets}}