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

◆ SetInventoryAction() [1/2]

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

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

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

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