DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
GetTabHandler()
ScriptConsoleTabBase
UIScriptedMenu::GetTabHandler
(
typename
tabType
)
inline
protected
См. определение в файле
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
}
UIScriptedMenu::m_TabHandlers
ref map< Widget, ref ScriptConsoleTabBase > m_TabHandlers
Определения
ScriptConsole.c:23
Перекрестные ссылки
m_TabHandlers
.
UIScriptedMenu
Создано системой
1.13.2