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

◆ RadialQuickbarMenu()

void UIScriptedMenu::RadialQuickbarMenu ( )
inlineprotected

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

110 {
111 m_Items = new ref array<ref RadialQuickbarItem>;
113
114 if ( !instance )
115 {
116 instance = this;
117 }
118
120 }
RadialQuickbarCategory
Определения RadialQuickbarMenu.c:2
proto native Mission GetMission()
ScriptInvoker GetOnInputPresetChanged()
Определения gameplay.c:859
proto bool Insert(func fn, int flags=EScriptInvokerInsertFlags.IMMEDIATE)
insert method to list
ref array< ref RadialQuickbarItem > m_Items
Определения RadialQuickbarMenu.c:91
int m_CurrentCategory
Определения GesturesMenu.c:123
static GesturesMenu instance
Определения GesturesMenu.c:126
void OnInputPresetChanged()
Определения ControlsXboxNew.c:63
proto native CGame GetGame()

Перекрестные ссылки GetGame(), CGame::GetMission(), Mission::GetOnInputPresetChanged(), ScriptInvoker::Insert(), instance, m_CurrentCategory, m_Items и OnInputPresetChanged().

Используется в GetMenuInstance() и OnHide().