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

◆ PopupCloseAll()

void UIScriptedMenu::PopupCloseAll ( )
inlineprivate

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

919 {
920 if ( m_OpenedPopups.Count() > 0 )
921 {
922 int popup_curr_id = m_OpenedPopups.Get(m_OpenedPopups.Count() - 1);
923
924 m_Popups.Get(popup_curr_id).Show(false);
925 m_Popups.Get(popup_curr_id).OnClose();
926
927 m_OpenedPopups.Clear();
928 }
929 }
ref TIntArray m_OpenedPopups
Определения SceneEditorMenu.c:1065
ref map< int, ref UIPopupScript > m_Popups
Определения SceneEditorMenu.c:1066

Перекрестные ссылки m_OpenedPopups и m_Popups.

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