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

◆ ~ServerBrowserTab()

void ~ServerBrowserTab ( )
protected

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

105 {
106 if ( m_Filters )
107 m_Filters.SaveFilters();
108
109 if (m_Root)
110 delete m_Root;
111
112 if (GetGame().GetContentDLCService())
114 }
ref ServerBrowserFilterContainer m_Filters
Определения ServerBrowserTab.c:35
void OnDLCChange(EDLCId dlcId)
Определения ServerBrowserTab.c:126
Widget m_Root
Определения SizeToChild.c:91
proto native ContentDLC GetContentDLCService()
Return DLC service (service for entitlement keys for unlock content)
ref ScriptInvoker m_OnChange
void(EDLCId dlcId)
Определения ContentDLC.c:13
proto bool Remove(func fn, int flags=EScriptInvokerRemoveFlags.ALL)
remove specific call from list
proto native CGame GetGame()

Перекрестные ссылки CGame::GetContentDLCService(), GetGame(), m_Filters, ContentDLC::m_OnChange, m_Root, OnDLCChange() и ScriptInvoker::Remove().