DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ M67Grenade()

void Grenade_Base::M67Grenade ( )
inlineprivate

См. определение в файле M67Grenade.c строка 3

4 {
5 SetAmmoType("M67Grenade_Ammo");
7 SetParticleExplosion(ParticleList.M67);
8 }
void SetParticleExplosion(int particle)
Определения ExplosivesBase.c:324
void SetAmmoType(string pAmmoType)
Определения ExplosivesBase.c:313
void SetFuseDelay(float delay)
Определения Grenade_Base.c:107

Перекрестные ссылки ParticleList::M67, SetAmmoType(), SetFuseDelay() и SetParticleExplosion().