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

◆ OnExecuteServer()

override void ActionUnplugThisByCord::OnExecuteServer ( ActionData action_data)
inlineprivate

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

52 {
53 ItemBase targetItem = ItemBase.Cast(action_data.m_Target.GetObject());
54 targetItem.GetCompEM().UnplugThis();
55
56 if (targetItem.IsInherited(Spotlight))
57 {
58 targetItem.HideSelection(Spotlight.SEL_CORD_PLUGGED_U);
59 targetItem.ShowSelection(Spotlight.SEL_CORD_FOLDED_U);
60 }
61 }
class GP5GasMask extends MaskBase ItemBase

Перекрестные ссылки ActionData.