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

◆ OnSelectConsolePreset()

void ScriptedWidgetEventHandler::OnSelectConsolePreset ( int index)
inlineprotected

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

72 {
73 string profile_text;
74 g_Game.GetInput().GetProfileName( index, profile_text );
75 g_Game.GetInput().SetProfile( index );
77 }
DayZGame g_Game
Определения DayZGame.c:3942
void ReloadProfiles()
Определения KeybindingsGroup.c:79

Перекрестные ссылки g_Game и ReloadProfiles().