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

◆ EnterLoginQueue()

void CGame::EnterLoginQueue ( UIMenuPanel parent)
inlineprotected

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

1978 {
1979 m_LoginQueue = LoginQueueBase.Cast(GetUIManager().EnterScriptedMenu(MENU_LOGIN_QUEUE, parent));
1980 }
void LoginQueueBase()
Определения DayZGame.c:117
ref LoginQueueBase m_LoginQueue
Определения DayZGame.c:915
proto native UIManager GetUIManager()
const int MENU_LOGIN_QUEUE
Определения 3_Game/DayZ/constants.c:199

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

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