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

◆ GetTabHandler()

ScriptConsoleTabBase UIScriptedMenu::GetTabHandler ( typename tabType )
inlineprotected

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

382 {
383 foreach (ScriptConsoleTabBase handler: m_TabHandlers)
384 {
385 if (tabType == handler.Type())
386 {
387 return handler;
388 }
389 }
390 return null;
391 }
ref map< Widget, ref ScriptConsoleTabBase > m_TabHandlers
Определения ScriptConsole.c:23

Перекрестные ссылки m_TabHandlers.