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

◆ OnActivatedByItem()

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

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

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

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