DayZ
1.24
Loading...
Searching...
No Matches
LandmineExplosion.c
Go to the documentation of this file.
1
class
LandmineExplosion
:
EffectParticle
2
{
3
void
LandmineExplosion
()
4
{
5
SetParticleID
(
ParticleList
.
EXPLOSION_LANDMINE
);
6
}
7
}
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
LandmineExplosion
Definition
LandmineExplosion.c:2
LandmineExplosion::LandmineExplosion
void LandmineExplosion()
Definition
LandmineExplosion.c:3
ParticleList
Definition
ParticleList.c:12
ParticleList::EXPLOSION_LANDMINE
static const int EXPLOSION_LANDMINE
Definition
ParticleList.c:249
scripts
3_Game
Effects
EffectParticle
LandmineExplosion.c
Generated by
1.10.0