DayZ
1.24
Loading...
Searching...
No Matches
GeneratorSmoke.c
Go to the documentation of this file.
1
class
EffGeneratorSmoke
:
EffectParticle
2
{
3
void
EffGeneratorSmoke
()
4
{
5
SetParticleID
(
ParticleList
.
POWER_GENERATOR_SMOKE
);
6
}
7
}
EffGeneratorSmoke
Definition
GeneratorSmoke.c:2
EffGeneratorSmoke::EffGeneratorSmoke
void EffGeneratorSmoke()
Definition
GeneratorSmoke.c:3
EffectParticle
Wrapper class for managing particles through SEffectManager.
Definition
EffectParticle.c:5
EffectParticle::SetParticleID
void SetParticleID(int id)
Sets the id of the particle to be used.
Definition
EffectParticle.c:290
ParticleList
Definition
ParticleList.c:12
ParticleList::POWER_GENERATOR_SMOKE
static const int POWER_GENERATOR_SMOKE
Definition
ParticleList.c:134
scripts
3_Game
Effects
EffectParticle
GeneratorSmoke.c
Generated by
1.10.0