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

◆ GetWindow()

static UIScriptedWindow UIScriptedWindow::GetWindow ( int id)
inlinestaticprivate

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

28 {
29 if ( m_ActiveWindows )
30 {
31 return m_ActiveWindows.Get( id );
32 }
33
34 return NULL;
35 }
static ref map< int, UIScriptedWindow > m_ActiveWindows
Определения UIScriptedWindow.c:7

Перекрестные ссылки m_ActiveWindows и UIScriptedWindow().

Используется в UIManager::CloseWindow(), UIManager::IsWindowOpened() и UIManager::OpenWindow().