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

◆ ~SceneEditorMenu()

void UIScriptedMenu::~SceneEditorMenu ( )
inlineprivate

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

377 {
379
380 if ( IsModuleExist(PluginSceneManager) )
381 {
382 m_ModuleSceneManager.OnUIEditorClosed();
384 }
385
386 m_NotifyFadeTimer.Stop();
387 }
bool IsModuleExist(typename plugin_type)
Определения PluginManager.c:339
void PopupCloseAll()
Определения SceneEditorMenu.c:918
PluginSceneManager m_ModuleSceneManager
Определения SceneEditorMenu.c:1050
ref WidgetFadeTimer m_NotifyFadeTimer
Определения SceneEditorMenu.c:1098

Перекрестные ссылки IsModuleExist(), m_ModuleSceneManager, m_NotifyFadeTimer и PopupCloseAll().