Dayz Explorer 1.29.162510
Loading...
Searching...
No Matches
hit_concrete.c
Go to the documentation of this file.
1class Hit_Concrete : EffBulletImpactBase
2{
3 void Hit_Concrete()
4 {
5 SetEnterParticle(ParticleList.IMPACT_CONCRETE_ENTER);
6 SetExitParticle(ParticleList.IMPACT_CONCRETE_EXIT);
7 SetRicochetParticle(ParticleList.IMPACT_CONCRETE_RICOCHET);
8
9 m_AngledEnter = 0.50;
10 }
11}