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

◆ OnSelectConsolePreset()

void ScriptedWidgetEventHandler::OnSelectConsolePreset ( int index)
inlineprotected

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

72 {
73 string profile_text;
74 GetGame().GetInput().GetProfileName( index, profile_text );
75 GetGame().GetInput().SetProfile( index );
77 }
proto native Input GetInput()
proto native int SetProfile(int index)
setting active profile
proto int GetProfileName(int profile_index, out string name)
gets profile by index
void ReloadProfiles()
Определения KeybindingsGroup.c:79
proto native CGame GetGame()

Перекрестные ссылки GetGame(), CGame::GetInput(), Input::GetProfileName(), ReloadProfiles() и Input::SetProfile().