486 {
488 {
490 }
491
493 {
494 string outValue;
495 g_Game.GetProfileString(r_opt.param1, outValue);
496 int value = outValue.
ToInt();
498 }
499 }
Param3< string, int, int > DayZProfilesOptionInt
ref map< EDayZProfilesOptions, ref DayZProfilesOptionInt > m_DayZProfilesOptionsInt
void SetProfileOptionInt(EDayZProfilesOptions option, int value)
proto native int ToInt()
Converts string to integer.