Structures
All names and types based on information from Burnout Revenge debugging symbols.
CB3VehicleList
Offset |
Length |
Type |
Name |
Description |
Comments
|
0x0 |
0x4 |
RwInt32 |
mnVersionNumber |
File version |
6
|
0x4 |
0x4 |
RwInt32 |
mnVehicleCount |
|
|
0x8 |
0x200 |
RwBool[128] |
mabVehicleIsDriveable |
|
|
0x208 |
0x200 |
EB3RaceCarRank[128] |
maeRaceCarRanks |
|
|
0x408 |
0x400 |
GtID[128] |
maVehicleIDs |
|
|
0x808 |
0x200 |
RwInt32[128] |
manVehicleMaxCrashScore |
|
|
0xA08 |
0x200 |
RwInt32[128] |
manVehicleGrudgePoints |
|
|
0xC08 |
0x3F8 |
RwUInt8[1016] |
mau8Pad |
|
|
Enumerations
EB3RaceCarRank
Name |
Value |
Comments
|
eRaceCarRank0 |
0 |
|
eRaceCarRank1 |
1 |
|
eRaceCarRank2 |
2 |
|
eRaceCarRank3 |
3 |
|
eRaceCarRank4 |
4 |
|
eRaceCarRankCount |
5 |
|