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...")
 
 
(2 intermediate revisions by 2 users not shown)
Line 8: Line 8:
</onlyinclude>
</onlyinclude>
{{AutoDynaInfobox}}
{{AutoDynaInfobox}}

{| class="wikitable"
! Offset !! Type !! Variable !! Description
|-
! 0x00 || [[Asset|xEntAsset]] || '''ent_asset''' ||
|-
| 0x50 || [[AssetID]] || '''parent_car''' ||
|-
| 0x54 || [[AssetID]] || '''start_spline''' ||
|-
| 0x58 || float || '''initial_u''' ||
|-
| 0x5C || float || '''front_axle_dist''' ||
|-
| 0x60 || float || '''rear_axle_dist''' ||
|-
| 0x64 || float || '''front_hitch_dist''' ||
|-
| 0x68 || float || '''rear_hitch_dist''' ||
|-
| 0x6C || float || '''axle_width''' ||
|-
| 0x70 || byte || '''have_sparks''' ||
|-
| 0x71 || byte || '''destructible''' || Is destructible
|-
| 0x72 || byte[2] || padding ||
|-
| 0x74 || [[AssetID]] || '''nav_mesh''' ||
|-
| 0x78 || byte || '''nav_mesh_group_index''' ||
|-
| 0x79 || byte[3] || padding ||
|}


{{DynaAssets}}
{{DynaAssets}}

Latest revision as of 14:46, 16 September 2022

game_object:train_car
Hash0xC279D693
Games usedThe Incredibles
Offset Type Variable Description
0x00 xEntAsset ent_asset
0x50 AssetID parent_car
0x54 AssetID start_spline
0x58 float initial_u
0x5C float front_axle_dist
0x60 float rear_axle_dist
0x64 float front_hitch_dist
0x68 float rear_hitch_dist
0x6C float axle_width
0x70 byte have_sparks
0x71 byte destructible Is destructible
0x72 byte[2] padding
0x74 AssetID nav_mesh
0x78 byte nav_mesh_group_index
0x79 byte[3] padding