EvilEngine/DYNA/effect:smoke emitter
From Heavy Iron Modding
< EvilEngine | DYNA(Redirected from DYNA/effect:smoke emitter)
effect:smoke_emitter | |
---|---|
Version | 1 |
Hash | 0x0903FBB9 |
Games used | The SpongeBob SquarePants Movie The Incredibles |
Format
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 |