EvilEngine/DYNA/game object:train car: Difference between revisions

From Heavy Iron Modding
Content added Content deleted
(Created page with "<onlyinclude> {{#vardefine:name|game_object:train_car}}<nowiki/> {{#vardefine:version|}}<nowiki/> {{#vardefine:hash|0xC279D693}}<nowiki/> {{#vardefine:games|Incredibles}}<nowi...")
 
(Add format)
Line 8: Line 8:
</onlyinclude>
</onlyinclude>
{{AutoDynaInfobox}}
{{AutoDynaInfobox}}

{| class="wikitable"
! Offset !! Type !! Variable !! Description
|-
| 0x00 || xEntAsset || '''ent_asset''' ||
|-
| 0x04 || uint || '''parent_car''' ||
|-
| 0x08 || uint || '''start_spline''' ||
|-
| 0x0C || float || '''initial_u''' ||
|-
| 0x10 || float || '''front_axle_dist''' ||
|-
| 0x14 || float || '''rear_axle_dist''' ||
|-
| 0x18 || float || '''front_hitch_dist''' ||
|-
| 0x1C || float || '''rear_hitch_dist''' ||
|-
| 0x20 || float || '''axle_width''' ||
|-
| 0x24 || uchar || '''have_sparks''' ||
|-
| 0x25 || uchar || '''destructible''' || Is destructible
|-
| 0x26 || uchar[2] || '''padding''' ||
|-
| 0x28 || uint || '''nav_mesh''' ||
|-
| 0x2C || uchar || '''nav_mesh_group_index''' ||
|}


{{DynaAssets}}
{{DynaAssets}}

Revision as of 05:40, 18 June 2021

game_object:train_car
Hash0xC279D693
Games usedThe Incredibles
Offset Type Variable Description
0x00 xEntAsset ent_asset
0x04 uint parent_car
0x08 uint start_spline
0x0C float initial_u
0x10 float front_axle_dist
0x14 float rear_axle_dist
0x18 float front_hitch_dist
0x1C float rear_hitch_dist
0x20 float axle_width
0x24 uchar have_sparks
0x25 uchar destructible Is destructible
0x26 uchar[2] padding
0x28 uint nav_mesh
0x2C uchar nav_mesh_group_index