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

◆ ResetOptionsInt()

void DayZProfilesOptions::ResetOptionsInt ( )
inlineprivate

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

486 {
488 {
490 }
491
493 {
494 string outValue;
495 g_Game.GetProfileString(r_opt.param1, outValue);
496 int value = outValue.ToInt();
497 SetProfileOptionInt(e_opt, value);
498 }
499 }
map
Определения ControlsXboxNew.c:4
Param3< string, int, int > DayZProfilesOptionInt
Определения DayZGame.c:401
DayZGame g_Game
Определения DayZGame.c:3942
EDayZProfilesOptions
Определения EDayZProfilesOptions.c:2
ref map< EDayZProfilesOptions, ref DayZProfilesOptionInt > m_DayZProfilesOptionsInt
Определения DayZGame.c:407
void SetProfileOptionInt(EDayZProfilesOptions option, int value)
Определения DayZGame.c:536
proto native int ToInt()
Converts string to integer.

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