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

◆ SetupAction()

override bool ActionMountBarbedWire::SetupAction ( PlayerBase player,
ActionTarget target,
ItemBase item,
out ActionData action_data,
Param extra_data = null )
inlineprivate

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

63 {
64 if (super.SetupAction(player, target, item, action_data, extra_data))
65 {
66 #ifndef SERVER
67 BarbedWireActionData actionDataBW = BarbedWireActionData.Cast(action_data);
68 actionDataBW.m_SlotName = GetZoneSelection(target);
69 #endif
70
71 return true;
72 }
73
74 return false;
75 }
string GetZoneSelection(ActionTarget target)
Определения ActionMountBarbedWire.c:178

Перекрестные ссылки ActionData, ActionTarget и GetZoneSelection().