Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
hit_dirt.c
Go to the documentation of this file.
2 {
3  void Hit_Dirt()
4  {
5  SetEnterParticle(ParticleList.IMPACT_DIRT_ENTER);
6  SetExitParticle(ParticleList.IMPACT_DIRT_EXIT);
7  SetRicochetParticle(ParticleList.IMPACT_DIRT_RICOCHET);
8  }
9 }
EffBulletImpactBase
Definition: bulletimpactbase.c:1
ParticleList
Definition: particlelist.c:11
Hit_Dirt
Definition: hit_dirt.c:1