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

◆ RemoveAction()

void BuildingBase::RemoveAction ( typename actionName )
inlineprivate

См. определение в файле 4_World/DayZ/Entities/Game/Super/Building.c строка 71

72 {
73 PlayerBase player = PlayerBase.Cast(g_Game.GetPlayer());
74 ActionBase action = player.GetActionManager().GetAction(actionName);
75 typename ai = action.GetInputType();
76 ref array<ActionBase_Basic> action_array = m_InputActionMap.Get( ai );
77
78 if (action_array)
79 {
80 action_array.RemoveItem(action);
81 }
82 }
DayZGame g_Game
Определения DayZGame.c:3942
GetInputType()
Определения ActionBase.c:221
TInputActionMap m_InputActionMap

Перекрестные ссылки g_Game, ActionBase::GetInputType() и m_InputActionMap.