Particle Description Collection

From Burnout Wiki

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

BrnParticle::ParticleDescriptionCollection

32-bit

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

Offset Length Type Name Description Comments
0x0 0x8 ParticleDescription** mpTable ParticleDescription bundle import indices
0x8 0x4 uint32_t muTableSize Number of particle descriptions