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

◆ ResetOptionsInt()

void DayZProfilesOptions::ResetOptionsInt ( )
inlineprivate

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

484 {
486 {
488 }
489
491 {
492 string outValue;
493 GetGame().GetProfileString(r_opt.param1, outValue);
494 int value = outValue.ToInt();
495 SetProfileOptionInt(e_opt, value);
496 }
497 }
map
Определения ControlsXboxNew.c:4
Param3< string, int, int > DayZProfilesOptionInt
Определения DayZGame.c:399
EDayZProfilesOptions
Определения EDayZProfilesOptions.c:2
proto bool GetProfileString(string name, out string value)
Gets string from profile variable.
ref map< EDayZProfilesOptions, ref DayZProfilesOptionInt > m_DayZProfilesOptionsInt
Определения DayZGame.c:405
void SetProfileOptionInt(EDayZProfilesOptions option, int value)
Определения DayZGame.c:534
proto native CGame GetGame()
proto native int ToInt()
Converts string to integer.

Перекрестные ссылки GetGame(), CGame::GetProfileString(), m_DayZProfilesOptionsInt, SetProfileOptionInt() и string::ToInt().