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

◆ ClaymoreMine()

void ClaymoreMine::ClaymoreMine ( )
inlineprotected

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

11 {
12 m_RAIB = new RemotelyActivatedItemBehaviour(this);
13
14 SetAmmoTypes({"ClaymoreMine_Ammo","ClaymoreMine_Secondary_Ammo"});
15 SetParticleExplosion(ParticleList.CLAYMORE_EXPLOSION);
16 SetParticleOrientation("90 0 0");
17
18 RegisterNetSyncVariableInt("m_RAIB.m_PairDeviceNetIdLow");
19 RegisterNetSyncVariableInt("m_RAIB.m_PairDeviceNetIdHigh");
21 }
void SetAmmoTypes(array< string > pAmmoTypes)
Определения ExplosivesBase.c:318
void SetParticleExplosion(int particle)
Определения ExplosivesBase.c:324
void SetParticleOrientation(vector local_ori)
Определения ExplosivesBase.c:340
ERemoteDetonatorLEDState
Определения RemoteDetonator.c:2
void UpdateLED(ERemoteDetonatorLEDState pState, bool pForced=false)
Определения ClaymoreMine.c:200
ref RemotelyActivatedItemBehaviour m_RAIB
Определения ClaymoreMine.c:7

Перекрестные ссылки ParticleList::CLAYMORE_EXPLOSION, m_RAIB, SetAmmoTypes(), SetParticleExplosion(), SetParticleOrientation() и UpdateLED().