Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
landmineexplosion.c
Go to the documentation of this file.
2 {
3  void LandmineExplosion()
4  {
5  SetParticleID(ParticleList.EXPLOSION_LANDMINE);
6  }
7 }
EffectParticle
Wrapper class for managing particles through SEffectManager.
Definition: effectparticle.c:4
ParticleList
Definition: particlelist.c:11
LandmineExplosion
Definition: landmineexplosion.c:1