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

◆ ResetOptionsBool()

void DayZProfilesOptions::ResetOptionsBool ( )
inlineprivate

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

465 {
467 {
469 }
470
472 {
473 bool profileVal = GetProfileValueBool(r_opt.param1, r_opt.param3);
474 SetProfileOptionBool(e_opt, profileVal);
475 }
476 }
map
Определения ControlsXboxNew.c:4
DayZProfilesOption DayZProfilesOptionBool
Определения DayZGame.c:398
EDayZProfilesOptions
Определения EDayZProfilesOptions.c:2
ref map< EDayZProfilesOptions, ref DayZProfilesOptionBool > m_DayZProfilesOptionsBool
Определения DayZGame.c:404
void SetProfileOptionBool(EDayZProfilesOptions option, bool value)
Определения DayZGame.c:529
bool GetProfileValueBool(string name, bool def=false)
Return value from profile variable, if variable with given name is not present, default value is retu...
Определения tools.c:1021

Перекрестные ссылки GetProfileValueBool(), m_DayZProfilesOptionsBool и SetProfileOptionBool().

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