EvilEngine/DYNA/effect:particle generator: Difference between revisions

Add format
(Created page with "<onlyinclude> {{#vardefine:name|effect:particle_generator}}<nowiki/> {{#vardefine:version|1}}<nowiki/> {{#vardefine:hash|0x4AF4ABC7}}<nowiki/> {{#vardefine:games|TSSM Incredib...")
 
(Add format)
Line 8:
</onlyinclude>
{{AutoDynaInfobox}}
 
{| class="wikitable"
! Offset !! Type !! Variable !! Description
|-
| 0x00 || byte || '''flags''' ||
|-
| 0x01 || byte || '''attach_flags''' ||
|-
| 0x02 || byte || '''motion_flags''' ||
|-
| 0x03 || byte || '''volume_flags''' ||
|-
| 0x04 || float || '''rate''' ||
|-
| 0x08 || uint || '''texture''' ||
|-
| 0x0C || byte || '''attach_type''' ||
|-
| 0x0D || byte || '''motion_type''' ||
|-
| 0x0E || byte || '''volume_type''' ||
|-
| 0x0F || byte || '''system_type''' ||
|-
| 0x10 || [[Vector3]] || '''location''' ||
|-
| 0x1C || float || '''yaw''' ||
|-
| 0x20 || float || '''pitch''' ||
|-
| 0x24 || float || '''roll''' ||
|-
| 0x28 || attach_data || '''attach''' ||
|-
| 0x2C || motion_data || '''motion''' ||
|-
| 0x30 || volume_data || '''volume''' ||
|}
 
{{DynaAssets}}