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

◆ IsWindowOpened()

bool UIManager::IsWindowOpened ( int id)
inlineprivate

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

235 {
236 if ( UIScriptedWindow.GetWindow( id ) )
237 {
238 return true;
239 }
240
241 return false;
242 }

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