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

◆ SetInventoryAction() [2/2]

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

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

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

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

Используется в SetActionFromInventory() и CraftingManager::SetInventoryCraft().