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

◆ RemoveFromActiveWindows()

static void UIScriptedWindow::RemoveFromActiveWindows ( int id)
inlinestaticprivate

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

20 {
21 if ( m_ActiveWindows )
22 {
23 m_ActiveWindows.Remove( id );
24 }
25 }
static ref map< int, UIScriptedWindow > m_ActiveWindows
Определения UIScriptedWindow.c:7

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

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