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

◆ LeftHold()

override void ServerBrowserTab::LeftHold ( )
inlineprotected

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

442 {
444 {
445 int currentTime = g_Game.GetTime();
446 if ( (currentTime - m_TimeLastServerRefreshHoldButton) > 100 )
447 {
449 Left();
450 }
451 }
452 }
DayZGame g_Game
Определения DayZGame.c:3942
bool m_IsDetailsFocused
Определения ServerBrowserTabConsole.c:5
int m_TimeLastServerRefreshHoldButton
Определения ServerBrowserTabConsolePages.c:20
override void Left()
Определения ServerBrowserTabConsolePages.c:427
bool m_IsFilterFocused
Определения ServerBrowserTabConsole.c:4

Перекрестные ссылки g_Game, Left(), m_IsDetailsFocused, m_IsFilterFocused и m_TimeLastServerRefreshHoldButton.

Используется в UIScriptedMenu::Update().