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

◆ GesturesMenu()

void UIScriptedMenu::GesturesMenu ( )
inlineprotected

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

132 {
133 m_GestureItems = new ref array<ref GestureMenuItem>;
134
135 if ( !instance )
136 {
137 instance = this;
138 }
139
141 }
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 GestureMenuItem > m_GestureItems
Определения GesturesMenu.c:109
static GesturesMenu instance
Определения GesturesMenu.c:126
void OnInputPresetChanged()
Определения ControlsXboxNew.c:63
proto native CGame GetGame()

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