Particle Description Collection
Holds a set of Particle Description resources.
In development versions of Burnout Paradise, this held actual Particle Descriptions instead of pointers to them. The standalone resource type for them was only added in early-mid 2007 while collections were present since at least late 2006.
Structures[edit | edit source]
BrnParticle::ParticleDescriptionCollection[edit | edit source]
32-bit[edit | edit source]
Offset | Length | Type | Name | Description | Comments |
---|---|---|---|---|---|
0x0 | 0x4 | ParticleDescription** | mpTable | ParticleDescription bundle import indices | |
0x4 | 0x4 | uint32_t | muTableSize | Number of particle descriptions |
64-bit[edit | edit source]
Offset | Length | Type | Name | Description | Comments |
---|---|---|---|---|---|
0x0 | 0x8 | ParticleDescription** | mpTable | ParticleDescription bundle import indices | |
0x8 | 0x4 | uint32_t | muTableSize | Number of particle descriptions |