class DayZProfilesOptionsSource
Constructors 1
void DayZProfilesOptions()Referenced by DayZGame.DayZGame()
Members 8
private ref map<EDayZProfilesOptions, ref DayZProfilesOptionBool> m_DayZProfilesOptionsBoolReferenced by DayZProfilesOptions(), GetProfileOption(), GetProfileOptionDefaultBool()
Show 3 more
, RegisterProfileOption(), ResetOptionsBool(), and SetProfileOption()private ref map<EDayZProfilesOptions, ref DayZProfilesOptionInt> m_DayZProfilesOptionsIntReferenced by DayZProfilesOptions(), GetProfileOptionDefaultInt(), GetProfileOptionInt()
Show 3 more
, RegisterProfileOptionInt(), ResetOptionsInt(), and SetProfileOptionInt()private ref map<EDayZProfilesOptions, ref DayZProfilesOptionFloat> m_DayZProfilesOptionsFloatReferenced by DayZProfilesOptions(), GetProfileOptionDefaultFloat(), GetProfileOptionFloat()
Show 3 more
, RegisterProfileOptionFloat(), ResetOptionsFloat(), and SetProfileOptionFloat()static ref ScriptInvoker m_OnIntOptionChanged = new ScriptInvoker()static ref ScriptInvoker m_OnBoolOptionChanged = new ScriptInvoker()Referenced by SetProfileOption()
static ref ScriptInvoker m_OnFloatOptionChanged = new ScriptInvoker()Referenced by SetProfileOptionFloat()
private ref map<EDayZProfilesOptions, ref DayZProfilesOption> m_DayZProfilesOptionsDEPRECATED
Referenced by GetProfileOptionMap()
private DayZGame m_GameMethods 21
void RegisterProfileOption(EDayZProfilesOptions option, string profileOptionName, bool def = true)References map.Contains(), new DayZProfilesOptionBool(), GetProfileValueBool()
Show 3 more
, map.Set(), SetProfileOptionBool(), and m_DayZProfilesOptionsBoolReferenced by RegisterProfileOptionBool()
void RegisterProfileOptionBool(EDayZProfilesOptions option, string profileOptionName, bool defaultValue = true)init of DayZProfilesOption - profileOptionName, value from Profiles files, or use default value
References RegisterProfileOption()
Referenced by DayZGame.RegisterProfilesOptions()
void RegisterProfileOptionInt(EDayZProfilesOptions option, string profileOptionName, int defaultValue = 0)References map.Contains(), new DayZProfilesOptionInt(), CGame.GetProfileString()
Show 4 more
, map.Set(), SetProfileOptionInt(), string.ToInt(), and m_DayZProfilesOptionsIntReferenced by DayZGame.RegisterProfilesOptions()
void RegisterProfileOptionFloat(EDayZProfilesOptions option, string profileOptionName, float defaultValue = 0.0)init of DayZProfilesOption - profileOptionName, value from Profiles files, or use default value
References map.Contains(), new DayZProfilesOptionFloat(), CGame.GetProfileString()
Show 4 more
, map.Set(), SetProfileOptionFloat(), string.ToFloat(), and m_DayZProfilesOptionsFloatReferenced by DayZGame.RegisterProfilesOptions()
void ResetOptionsBool()init of DayZProfilesOption - profileOptionName, value from Profiles files, or use default value
References GetProfileValueBool(), SetProfileOptionBool(), m_DayZProfilesOptionsBool
Show 2 more
, Param3.param1, and Param3.param3void ResetOptions()References ResetOptionsBool()
void ResetOptionsInt()References CGame.GetProfileString(), SetProfileOptionInt(), string.ToInt()
Show 2 more
, m_DayZProfilesOptionsInt, and Param3.param1Referenced by DayZGame.ResetProfileOptions()
void ResetOptionsFloat()References CGame.GetProfileString(), SetProfileOptionFloat(), string.ToFloat()
Show 2 more
, m_DayZProfilesOptionsFloat, and Param3.param1Referenced by DayZGame.ResetProfileOptions()
void SetProfileOption(EDayZProfilesOptions option, bool value)Referenced by SetProfileOptionBool()
void SetProfileOptionBool(EDayZProfilesOptions option, bool value)References SetProfileOption()
void SetProfileOptionInt(EDayZProfilesOptions option, int value)void SetProfileOptionFloat(EDayZProfilesOptions option, float value)Referenced by DayZGame.SetProfileOptionFloat(), RegisterProfileOptionFloat(), and ResetOptionsFloat()
bool GetProfileOption(EDayZProfilesOptions option)bool GetProfileOptionBool(EDayZProfilesOptions option)References GetProfileOption()
int GetProfileOptionInt(EDayZProfilesOptions option)Referenced by DayZGame.GetProfileOptionInt()
float GetProfileOptionFloat(EDayZProfilesOptions option)Referenced by DayZGame.GetProfileOptionFloat()
bool GetProfileOptionDefault(EDayZProfilesOptions option)References GetProfileOptionDefaultBool()
bool GetProfileOptionDefaultBool(EDayZProfilesOptions option)References map.Contains(), ErrorEx(), map.Get()
Show 2 more
, m_DayZProfilesOptionsBool, and Param3.param3int GetProfileOptionDefaultInt(EDayZProfilesOptions option)References map.Contains(), ErrorEx(), map.Get()
Show 2 more
, m_DayZProfilesOptionsInt, and Param3.param3Referenced by DayZGame.GetProfileOptionDefaultInt()
float GetProfileOptionDefaultFloat(EDayZProfilesOptions option)References map.Contains(), ErrorEx(), map.Get()
Show 2 more
, m_DayZProfilesOptionsFloat, and Param3.param3Referenced by DayZGame.GetProfileOptionDefaultFloat()
map<EDayZProfilesOptions, ref DayZProfilesOptionBool> GetProfileOptionMap()References m_DayZProfilesOptions
Referenced by DayZGame.GetProfileOptionMap()