Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
hit_error.c
Go to the documentation of this file.
2 {
4  {
5  #ifdef DEVELOPER
6  SetSingleParticle(ParticleList.IMPACT_TEST_NO_MATERIAL_ERROR);
7  #else
8  SetSingleParticle(ParticleList.IMPACT_TEST);
9  #endif
10  }
11 }
EffBulletImpactBase
Definition: bulletimpactbase.c:1
ParticleList
Definition: particlelist.c:11
Hit_ErrorNoMaterial
Definition: hit_error.c:1