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

◆ SetInventoryAction() [2/2]

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

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

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

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

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