Particle Description Collection

ParticleDescriptionCollection
aka {{{othernames}}}
No Example
Resource names particle_description_collection
Type ID 0x10008
Category Game-specific
(Burnout Paradise)
Memory
distribution
Main Memory only
Imports Particle Description
Imported by Unknown
Editor
available?
No

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