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

◆ OnActivatedByItem()

override void ClaymoreMine::OnActivatedByItem ( notnull ItemBase item)
inlineprotected

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

115 {
116 if (g_Game.IsServer())
117 {
118 if (m_RAIB.IsPaired() && GetArmed())
119 {
120 if (GetPairDevice() == item)
121 {
122 SetHealth("", "", 0.0);
123 }
124 }
125 }
126 }
DayZGame g_Game
Определения DayZGame.c:3942
bool GetArmed()
Определения ExplosivesBase.c:274
override EntityAI GetPairDevice()
Определения ClaymoreMine.c:104
ref RemotelyActivatedItemBehaviour m_RAIB
Определения ClaymoreMine.c:7

Перекрестные ссылки g_Game, GetArmed(), GetPairDevice() и m_RAIB.