EvilEngine/ZLIN: Difference between revisions

Add format
(Created page with "<onlyinclude> {{#vardefine:typeid|ZLIN}}<nowiki/> {{#vardefine:name|Zip Line}}<nowiki/> {{#vardefine:type|Base}}<nowiki/> {{#vardefine:basetype|0x40}}<nowiki/> {{#vardefin...")
 
(Add format)
Line 9:
</onlyinclude>
{{AutoAssetInfobox}}
 
==Format==
Zip Lines are base assets, so they start with their 0x8 byte header, then are followed by:
 
{| class="wikitable"
! Offset !! Type !! Variable !! Description
|-
| 0x08 || uchar || '''dismount_type''' ||
|-
| 0x0C || [[Vector3]] || '''position''' ||
|-
| 0x18 || float || '''hang_length''' ||
|-
| 0x1C || uint || '''startSplineID''' || Spline_AssetID
|-
| 0x20 || uint || '''boundEntityID''' ||
|-
| 0x24 || float || '''speed''' ||
|-
| 0x28 || uint || '''flags''' ||
|}
 
{{Assets}}