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

◆ GetActions() [2/2]

void ScriptedWidgetEventHandler::GetActions ( )
inlineprotected

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

234 {
235 m_Interact = null;
237 m_Single = null;
238 m_Continuous = null;
239
240 if (!m_AM)
241 return;
242
243 if (m_Player.IsSprinting())
244 return;
245
246 m_Interact = m_AM.GetPossibleAction(InteractActionInput);
247 m_ContinuousInteract = m_AM.GetPossibleAction(ContinuousInteractActionInput);
248 m_Single = m_AM.GetPossibleAction(DefaultActionInput);
250
252 m_Hidden = false;
253
254 m_InteractActionsNum = m_AM.GetPossibleActionCount(InteractActionInput);
255 m_ContinuousInteractActionsNum = m_AM.GetPossibleActionCount(ContinuousInteractActionInput);
256 m_ItemActionsNum = m_AM.GetPossibleActionCount(DefaultActionInput);
258 }
void ContinuousDefaultActionInput(PlayerBase player)
Определения ActionInput.c:607
ActionBase m_Single
Определения ItemActionsWidget.c:7
int m_ContinuousItemActionsNum
Определения ItemActionsWidget.c:17
ActionManagerBase m_AM
Определения ContinuousActionProgress.c:8
int m_ContinuousInteractActionsNum
Определения ItemActionsWidget.c:15
ActionBase m_Continuous
Определения ItemActionsWidget.c:8
ActionBase m_ContinuousInteract
Определения ItemActionsWidget.c:6
int m_InteractActionsNum
Определения ItemActionsWidget.c:14
ActionBase m_Interact
Определения ItemActionsWidget.c:5

Перекрестные ссылки ContinuousDefaultActionInput(), m_AM, m_Continuous, m_ContinuousInteract, m_ContinuousInteractActionsNum, m_ContinuousItemActionsNum, m_Hidden, m_Interact, m_InteractActionsNum, m_ItemActionsNum, m_Player и m_Single.