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

◆ Plastic_Explosive()

void Plastic_Explosive::Plastic_Explosive ( )
inlineprotected

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

11 {
12 m_RAIB = new RemotelyActivatedItemBehaviour(this);
13
14 SetAmmoType("Plastic_Explosive_Ammo");
15 SetParticleExplosion(ParticleList.PLASTIC_EXPLOSION);
16
17 RegisterNetSyncVariableInt("m_RAIB.m_PairDeviceNetIdLow");
18 RegisterNetSyncVariableInt("m_RAIB.m_PairDeviceNetIdHigh");
19 }
void SetParticleExplosion(int particle)
Определения ExplosivesBase.c:324
void SetAmmoType(string pAmmoType)
Определения ExplosivesBase.c:313
ref RemotelyActivatedItemBehaviour m_RAIB
Определения Plastic_Explosive.c:8

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