init of DayZProfilesOption - profileOptionName, value from Profiles files, or use default value
См. определение в файле DayZGame.c строка 438
439 {
441 {
443 string outValue;
444 g_Game.GetProfileString(profileOptionName, outValue);
445 int value = outValue.
ToInt();
446
449 }
450 }
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.
Перекрестные ссылки g_Game, m_DayZProfilesOptionsInt, SetProfileOptionInt() и string::ToInt().