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

◆ SetInventoryAction() [1/2]

void ActionManagerClient::SetInventoryAction ( ActionBase action_name,
ActionTarget target,
ItemBase main_item )
inlineprotected

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

800 {
801 m_InventoryActionHandler.SetAction(action_name, target, main_item);
802 }
ref InventoryActionHandler m_InventoryActionHandler
Определения ActionManagerClient.c:11

Перекрестные ссылки ActionTarget() и m_InventoryActionHandler.