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

◆ InventoryActionHandler()

void InventoryActionHandler::InventoryActionHandler ( PlayerBase player)
inlineprivate

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

20 {
21 m_player = player;
22 m_isActive = false;
23 m_action = null;
24 m_target = null;
25 m_mainItem = null;
26 m_useItemInHands = false;
27
28 }
bool m_useItemInHands
Определения InventoryActionHandler.c:7
PlayerBase m_player
Определения InventoryActionHandler.c:9
ItemBase m_mainItem
Определения InventoryActionHandler.c:6
ActionTarget m_target
Определения InventoryActionHandler.c:5
ActionBase m_action
Определения InventoryActionHandler.c:4

Перекрестные ссылки m_action, m_isActive, m_mainItem, m_player, m_target и m_useItemInHands.