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

◆ RemoveAction()

void InventoryItem::RemoveAction ( typename actionName )
inlineprivate

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

367 {
368 PlayerBase player = PlayerBase.Cast(g_Game.GetPlayer());
369 ActionBase action = player.GetActionManager().GetAction(actionName);
370 typename ai = action.GetInputType();
371 array<ActionBase_Basic> action_array = m_InputActionMap.Get(ai);
372
373 if (action_array)
374 {
375 action_array.RemoveItem(action);
376 }
377 }
DayZGame g_Game
Определения DayZGame.c:3942
GetInputType()
Определения ActionBase.c:221
TInputActionMap m_InputActionMap
Определения ItemBase.c:23

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