DayZ
1.29
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
GetTabHandler()
ScriptConsoleTabBase
UIScriptedMenu::GetTabHandler
(
typename
tabType
)
inline
protected
См. определение в файле
ScriptConsole.c
строка
390
391
{
392
foreach
(ScriptConsoleTabBase handler:
m_TabHandlers
)
393
{
394
if
(tabType == handler.Type())
395
{
396
return
handler;
397
}
398
}
399
return
null;
400
}
UIScriptedMenu::m_TabHandlers
ref map< Widget, ref ScriptConsoleTabBase > m_TabHandlers
Определения
ScriptConsole.c:23
Перекрестные ссылки
m_TabHandlers
.
UIScriptedMenu
Создано системой
1.13.2