Wheel List

From Burnout Wiki
WheelList
aka {{{othernames}}}
No Example
Resource names B5WheelList
Type ID 0x10009
Category Game-specific
(Burnout Paradise)
Memory
distribution
Main Memory only
Imports Unknown
Imported by Unknown
Editor
available?
No

The wheel list stores information on each wheel in Burnout Paradise.

Structures

BrnResource::WheelListResource

32-bit

Offset Length Type Name Description Comments
0x0 0x4 uint32_t muNumWheels Number of wheels
0x4 0x4 WheelListEntry* mpEntries Wheel entries
0x8 0x8 uint64_t mu16BytePad Padding

64-bit

Offset Length Type Name Description Comments
0x0 0x8 WheelListEntry* mpEntries Wheel entries
0x8 0x4 uint32_t muNumWheels Number of wheels

BrnResource::WheelListEntry

Offset Size Type Name Description More Information Comments
0x0 0x8 CgsID mId Wheel ID
0x8 0x40 char[64] macWheelName Wheel name