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

◆ EnterLoginQueue()

void CGame::EnterLoginQueue ( UIMenuPanel parent)
inlineprotected

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

1966 {
1967 m_LoginQueue = LoginQueueBase.Cast(GetUIManager().EnterScriptedMenu(MENU_LOGIN_QUEUE, parent));
1968 }
void LoginQueueBase()
Определения DayZGame.c:117
ref LoginQueueBase m_LoginQueue
Определения DayZGame.c:913
proto native UIManager GetUIManager()
const int MENU_LOGIN_QUEUE
Определения constants.c:199

Перекрестные ссылки GetUIManager(), m_LoginQueue и MENU_LOGIN_QUEUE.

Используется в UpdateLoginQueue().