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

◆ PopupHideAll()

void UIScriptedMenu::PopupHideAll ( )
inlineprivate

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

1261 {
1262 for ( int i = 0; i < m_Popups.Count(); ++i )
1263 {
1264 m_Popups.Get(i).Show(false);
1265 }
1266
1267 m_WgtPopupsMain.Show(false);
1268 m_WgtPopupsBg.Show(false);
1269 }
Widget m_WgtPopupsBg
Определения SceneEditorMenu.c:1064
Widget m_WgtPopupsMain
Определения SceneEditorMenu.c:1063
ref map< int, ref UIPopupScript > m_Popups
Определения SceneEditorMenu.c:1066

Перекрестные ссылки m_Popups, m_WgtPopupsBg и m_WgtPopupsMain.

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