Vehicle List/Burnout 3: Difference between revisions

m
Redo type names
(Fix link.)
m (Redo type names)
Line 1:
Based on information from Burnout Revenge debugging symbols.
 
= Structures =
BasedAll names and types based on information from Burnout Revenge debugging symbols.
=== Vehicle List ===
 
=== CB3VehicleList ===
{| class="wikitable"
|-
Line 11:
| 0x4 || 0x4 || RwInt32 || mnVehicleCount || ||
|-
| 0x8 || 0x200 || intRwBool[128] || mabVehicleIsDriveable || ||
|-
| 0x208 || 0x200 || [[#EB3RaceCarRank | EB3RaceCarRank]][128] || maeRaceCarRanks || ||
|-
| 0x408 || 0x400 || long[[Common unsignedData intTypes#GtID | GtID]][128] || maVehicleIDs || ||
|-
| 0x808 || 0x200 || intRwInt32[128] || manVehicleMaxCrashScore || ||
|-
| 0xA08 || 0x200 || intRwInt32[128] || manVehicleGrudgePoints || ||
|-
| 0xC08 || 0x3F8 || unsigned char[1016] || mau8Pad || ||
|}
 
= EnumerationEnumerations =
=== EB3RaceCarRank ===
Name based on Revenge debugging symbols.
 
{| class="wikitable"
|-