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

◆ Init()

void DebugMonitor::Init ( )
inlineprivate

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

45 {
46 string version;
47 g_Game.GetVersion(version);
48 m_VersionValue.SetText(" " + version);
49
51 if (GetGame().GetInput().IsKeyboardConnected())
52 m_IsUsingKBM = true;
53
54 m_WidgetRoot.Show(true);
55 }
DayZGame g_Game
Определения DayZGame.c:3868
proto native Mission GetMission()
bool m_IsUsingKBM
Определения DebugMonitor.c:3
void OnInputDeviceChanged(EInputDeviceType pInputDeviceType)
Определения DebugMonitor.c:174
TextWidget m_VersionValue
Определения DebugMonitor.c:8
Widget m_WidgetRoot
Определения DebugMonitor.c:5
ScriptInvoker GetOnInputDeviceChanged()
Определения gameplay.c:851
proto bool Insert(func fn, int flags=EScriptInvokerInsertFlags.IMMEDIATE)
insert method to list
proto native CGame GetGame()

Перекрестные ссылки g_Game, GetGame(), CGame::GetMission(), Mission::GetOnInputDeviceChanged(), ScriptInvoker::Insert(), m_IsUsingKBM, m_VersionValue, m_WidgetRoot и OnInputDeviceChanged().