DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
Hit_Rubber.c
См. документацию.
1
class
Hit_Rubber
:
EffBulletImpactBase
2
{
3
void
Hit_Rubber
()
4
{
5
SetEnterParticle
(
ParticleList
.
IMPACT_RUBBER_ENTER
);
6
SetExitParticle
(
ParticleList
.
IMPACT_RUBBER_EXIT
);
7
SetRicochetParticle
(
ParticleList
.
IMPACT_RUBBER_RICOCHET
);
8
}
9
}
EffBulletImpactBase::SetExitParticle
void SetExitParticle(int id)
Определения
BulletImpactBase.c:50
EffBulletImpactBase::SetEnterParticle
void SetEnterParticle(int id)
Определения
BulletImpactBase.c:45
EffBulletImpactBase::EffBulletImpactBase
void EffBulletImpactBase()
Определения
BulletImpactBase.c:35
EffBulletImpactBase::SetRicochetParticle
void SetRicochetParticle(int id)
Определения
BulletImpactBase.c:55
Hit_Rubber::Hit_Rubber
void Hit_Rubber()
Определения
Hit_Rubber.c:3
ParticleList::IMPACT_RUBBER_EXIT
static const int IMPACT_RUBBER_EXIT
Определения
ParticleList.c:228
ParticleList::IMPACT_RUBBER_ENTER
static const int IMPACT_RUBBER_ENTER
Определения
ParticleList.c:226
ParticleList::IMPACT_RUBBER_RICOCHET
static const int IMPACT_RUBBER_RICOCHET
Определения
ParticleList.c:227
ParticleList
Определения
ParticleList.c:12
Ishodniki
scripts
3_Game
Effects
EffectParticle
BulletImpactBase
Hit_Rubber.c
Создано системой
1.13.2