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

◆ NextAction()

void ActionMenu::NextAction ( )
inlineprivate

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

103 {
104 PlayerBase player = PlayerBase.Cast( GetGame().GetPlayer() );
105 player.GetActionManager().SelectNextAction();
106
108
109 m_hide_timer.Run(HIDE_MENU_TIME, this, "HideWithFadeout");
110 }
PlayerBase GetPlayer()
Определения ModifierBase.c:51
ref Timer m_hide_timer
Определения ActionMenu.c:11
const float HIDE_MENU_TIME
Определения ActionMenu.c:5
void UpdateWidgets()
Определения ActionMenu.c:44
proto native CGame GetGame()

Перекрестные ссылки GetGame(), GetPlayer(), HIDE_MENU_TIME, m_hide_timer и UpdateWidgets().