DayZ
1.24
Loading...
Searching...
No Matches
Hit_Plastic.c
Go to the documentation of this file.
1
class
Hit_Plastic
:
EffBulletImpactBase
2
{
3
void
Hit_Plastic
()
4
{
5
SetEnterParticle
(
ParticleList
.
IMPACT_PLASTIC_ENTER
);
6
SetRicochetParticle
(
ParticleList
.
IMPACT_PLASTIC_ENTER
);
7
SetExitParticle
(
ParticleList
.
IMPACT_PLASTIC_ENTER
);
8
}
9
}
EffBulletImpactBase
Definition
BulletImpactBase.c:2
EffBulletImpactBase::SetExitParticle
void SetExitParticle(int id)
Definition
BulletImpactBase.c:50
EffBulletImpactBase::SetEnterParticle
void SetEnterParticle(int id)
Definition
BulletImpactBase.c:45
EffBulletImpactBase::SetRicochetParticle
void SetRicochetParticle(int id)
Definition
BulletImpactBase.c:55
Hit_Plastic
Definition
Hit_Plastic.c:2
Hit_Plastic::Hit_Plastic
void Hit_Plastic()
Definition
Hit_Plastic.c:3
ParticleList
Definition
ParticleList.c:12
ParticleList::IMPACT_PLASTIC_ENTER
static const int IMPACT_PLASTIC_ENTER
Definition
ParticleList.c:244
scripts
3_Game
Effects
EffectParticle
BulletImpactBase
Hit_Plastic.c
Generated by
1.10.0