Vehicle Data/Burnout Revenge: Difference between revisions

Remove payload structures (nullptr in asset, not relevant to this documentation).
(ESM field descriptions and partial type enum.)
(Remove payload structures (nullptr in asset, not relevant to this documentation).)
Tag: Reverted
Line 88:
| 0x215E || 0x2 || || || Padding ||
|-
| 0x2160 || 0x4 || [[#CB4VehiclePayloadSet|CB4VehiclePayloadSet]]* || mpaPayloadSets || || nullptr in asset
|-
| 0x2164 || 0x4 || [[#CB4VehiclePayload|CB4VehiclePayload]]* || mpaPayloads || || nullptr in asset
|-
| 0x2168 || 0x1 || RwInt8 || mn8NumPayloadSets || ||
Line 372:
|-
| 0x2E || 0x2 || || || Padding ||
|}
 
=== CB4VehiclePayloadSet ===
{| class="wikitable"
! Offset !! Length !! Type !! Name !! Description !! Comments
|-
| 0x0 || 0x1 || RwInt8 || mn8NumPayloads || ||
|-
| 0x1 || 0x3 || || || Padding ||
|-
| 0x4 || 0x4 || RwUInt32 || mxFlags || ||
|-
| 0x8 || 0x4 || [[#CB4VehiclePayload|CB4VehiclePayload]]* || mpaPayloads || ||
|}
 
=== CB4VehiclePayload ===
{| class="wikitable"
! Offset !! Length !! Type !! Name !! Description !! Comments
|-
| 0x0 || 0x8 || [[GtID]] || mPartID || ||
|-
| 0x8 || 0x4 || RwUInt32 || mxFlags || || TODO: List flags
|-
| 0xC || 0x1 || RwInt8 || mnPartIndex || ||
|-
| 0xD || 0x3 || || || Padding ||
|-
| 0x10 || 0x40 || [[CGtMatrix3x4]] || mPosition || ||
|}