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

◆ OnAbort()

override void ReplaceDetonatorItemOnDisarmLambda::OnAbort ( )
inlineprivate

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

332 {
333 super.OnAbort();
334
335 RemoteDetonator detonator = RemoteDetonator.Cast(m_OldItem);
336 if (detonator)
337 {
338 if (detonator.GetRemotelyActivatedItemBehaviour())
339 {
340 ExplosivesBase explosive = ExplosivesBase.Cast(detonator.GetRemotelyActivatedItemBehaviour().GetPairDevice());
341 if (explosive)
342 {
343 explosive.LockExplosivesSlots();
344 }
345 }
346 }
347 }
void ExplosivesBase()
Определения ExplosivesBase.c:42