Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
hit_concrete.c
Go to the documentation of this file.
1
class
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
}
EffBulletImpactBase
Definition:
bulletimpactbase.c:1
Hit_Concrete
Definition:
hit_concrete.c:1
ParticleList
Definition:
particlelist.c:11
DAYZ
scripts_v1.24.157551
scripts
game
effects
effectparticle
bulletimpactbase
hit_concrete.c
Generated by
1.8.17