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

◆ ActionManagerClient()

void ActionManagerClient::ActionManagerClient ( PlayerBase player)
inlineprotected

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

26 {
27 m_HandInventoryLocationTest = new InventoryLocation;
28 m_HandInventoryLocationTest.SetHands(player,null);
30 m_Targets = new ActionTargets(player);
31 //m_ReservedInventoryLocations = new array<ref InventoryLocation>;
32 m_InventoryActionHandler = new InventoryActionHandler(player);
33
36 RegisterInputs(player);
38 }
void RegisterInputs(PlayerBase player)
Определения ActionManagerClient.c:138
ref InventoryActionHandler m_InventoryActionHandler
Определения ActionManagerClient.c:11
bool m_ActionWantEndRequest_Send
Определения ActionManagerClient.c:22
ref ActionTargets m_Targets
Определения ActionManagerClient.c:1292
ref InventoryLocation m_HandInventoryLocationTest
Определения ActionManagerClient.c:12
int m_SelectedActionInputToSrollIndex
Определения ActionManagerClient.c:17
int m_LastAcknowledgmentID
Определения ActionManagerClient.c:8
bool m_ActionInputWantEnd_Send
Определения ActionManagerClient.c:23

Перекрестные ссылки m_ActionInputWantEnd_Send, m_ActionWantEndRequest_Send, m_HandInventoryLocationTest, m_InventoryActionHandler, m_LastAcknowledgmentID, m_SelectedActionInputToSrollIndex, m_Targets и RegisterInputs().