#include <C4Particles.h>
Public Member Functions | |
| C4ParticleSystemDefinitionList () | |
| void | Clear () |
| C4ParticleDef * | GetDef (const char *name, C4ParticleDef *exclude=nullptr) |
Friends | |
| class | C4ParticleDef |
Definition at line 430 of file C4Particles.h.
|
inline |
Definition at line 436 of file C4Particles.h.
| void C4ParticleSystemDefinitionList::Clear | ( | ) |
Definition at line 1511 of file C4Particles.cpp.
Referenced by C4ParticleSystem::Clear().
| C4ParticleDef * C4ParticleSystemDefinitionList::GetDef | ( | const char * | name, |
| C4ParticleDef * | exclude = nullptr |
||
| ) |
Definition at line 1499 of file C4Particles.cpp.
References C4ParticleDefCore::Name, and C4ParticleDef::next.
Referenced by C4ParticleDef::Load(), and C4Game::ReloadParticle().
|
friend |
Definition at line 440 of file C4Particles.h.