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

◆ OnSelectKBPreset()

void ScriptedWidgetEventHandler::OnSelectKBPreset ( int index)
inlineprotected

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

62 {
63 string profile_text;
64 g_Game.GetInput().GetProfileName( index, profile_text );
65 m_KBDropdown.SetText( profile_text );
66 g_Game.GetInput().SetProfile( index );
68 m_KBDropdown.Close();
69 }
DayZGame g_Game
Определения DayZGame.c:3942
ref DropdownPrefab m_KBDropdown
Определения KeybindingsGroup.c:11
void ReloadProfiles()
Определения KeybindingsGroup.c:79

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

Используется в InitPresets().