Dayz
Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Toggle main menu visibility
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::SetParticleID
void SetParticleID(int id)
Sets the id of the particle to be used.
Definition
effectparticle.c:303
EffectParticle::EffectParticle
void EffectParticle()
ctor
Definition
effectparticle.c:34
LandmineExplosion::LandmineExplosion
void LandmineExplosion()
Definition
landmineexplosion.c:3
ParticleList
Definition
particlelist.c:12
ParticleList::EXPLOSION_LANDMINE
static const int EXPLOSION_LANDMINE
Definition
particlelist.c:268
Games
Dayz
scripts
3_game
effects
effectparticle
landmineexplosion.c
Generated by
1.17.0