![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Private Attributes | |
| ref map< EDayZProfilesOptions, ref DayZProfilesOption > | m_DayZProfilesOptions |
| DEPRECATED. | |
| ref map< EDayZProfilesOptions, ref DayZProfilesOptionBool > | m_DayZProfilesOptionsBool |
| ref map< EDayZProfilesOptions, ref DayZProfilesOptionFloat > | m_DayZProfilesOptionsFloat |
| ref map< EDayZProfilesOptions, ref DayZProfilesOptionInt > | m_DayZProfilesOptionsInt |
| DayZGame | m_Game |
Static Private Attributes | |
| static ref ScriptInvoker | m_OnBoolOptionChanged = new ScriptInvoker() |
| static ref ScriptInvoker | m_OnFloatOptionChanged = new ScriptInvoker() |
| static ref ScriptInvoker | m_OnIntOptionChanged = new ScriptInvoker() |
Definition at line 404 of file dayzgame.c.
|
inlineprivate |
Definition at line 414 of file dayzgame.c.
References m_DayZProfilesOptionsBool, m_DayZProfilesOptionsFloat, and m_DayZProfilesOptionsInt.
|
inlineprivate |
Definition at line 564 of file dayzgame.c.
References m_DayZProfilesOptionsBool.
Referenced by GetProfileOptionBool().
|
inlineprivate |
Definition at line 575 of file dayzgame.c.
References GetProfileOption().
|
inlineprivate |
Definition at line 602 of file dayzgame.c.
References GetProfileOptionDefaultBool().
|
inlineprivate |
Definition at line 607 of file dayzgame.c.
References ErrorEx, and m_DayZProfilesOptionsBool.
Referenced by GetProfileOptionDefault().
|
inlineprivate |
Definition at line 631 of file dayzgame.c.
References ErrorEx, and m_DayZProfilesOptionsFloat.
|
inlineprivate |
Definition at line 619 of file dayzgame.c.
References ErrorEx, and m_DayZProfilesOptionsInt.
|
inlineprivate |
Definition at line 591 of file dayzgame.c.
References m_DayZProfilesOptionsFloat.
|
inlineprivate |
Definition at line 580 of file dayzgame.c.
References m_DayZProfilesOptionsInt.
|
inlineprivate |
Definition at line 643 of file dayzgame.c.
References m_DayZProfilesOptions.
|
inlineprivate |
init of DayZProfilesOption - profileOptionName, value from Profiles files, or use default value
Definition at line 421 of file dayzgame.c.
References GetProfileValueBool(), m_DayZProfilesOptionsBool, and SetProfileOptionBool().
Referenced by RegisterProfileOptionBool().
|
inlineprivate |
Definition at line 433 of file dayzgame.c.
References RegisterProfileOption().
|
inlineprivate |
init of DayZProfilesOption - profileOptionName, value from Profiles files, or use default value
Definition at line 452 of file dayzgame.c.
References g_Game, m_DayZProfilesOptionsFloat, SetProfileOptionFloat(), and string::ToFloat().
|
inlineprivate |
init of DayZProfilesOption - profileOptionName, value from Profiles files, or use default value
Definition at line 438 of file dayzgame.c.
References g_Game, m_DayZProfilesOptionsInt, SetProfileOptionInt(), and string::ToInt().
|
inlineprivate |
Definition at line 480 of file dayzgame.c.
References ResetOptionsBool().
|
inlineprivate |
Definition at line 466 of file dayzgame.c.
References GetProfileValueBool(), m_DayZProfilesOptionsBool, and SetProfileOptionBool().
Referenced by ResetOptions().
|
inlineprivate |
Definition at line 501 of file dayzgame.c.
References g_Game, m_DayZProfilesOptionsFloat, SetProfileOptionFloat(), and string::ToFloat().
|
inlineprivate |
Definition at line 485 of file dayzgame.c.
References g_Game, m_DayZProfilesOptionsInt, SetProfileOptionInt(), and string::ToInt().
|
inlineprivate |
Definition at line 517 of file dayzgame.c.
References g_Game, m_DayZProfilesOptionsBool, m_OnBoolOptionChanged, and bool::ToString().
Referenced by SetProfileOptionBool().
|
inlineprivate |
Definition at line 531 of file dayzgame.c.
References SetProfileOption().
Referenced by RegisterProfileOption(), and ResetOptionsBool().
|
inlineprivate |
Definition at line 550 of file dayzgame.c.
References g_Game, m_DayZProfilesOptionsFloat, m_OnFloatOptionChanged, and float::ToString().
Referenced by RegisterProfileOptionFloat(), and ResetOptionsFloat().
|
inlineprivate |
Definition at line 536 of file dayzgame.c.
References g_Game, m_DayZProfilesOptionsInt, and m_OnIntOptionChanged.
Referenced by RegisterProfileOptionInt(), and ResetOptionsInt().
|
private |
|
private |
Definition at line 406 of file dayzgame.c.
Referenced by DayZProfilesOptions(), GetProfileOption(), GetProfileOptionDefaultBool(), RegisterProfileOption(), ResetOptionsBool(), and SetProfileOption().
|
private |
Definition at line 408 of file dayzgame.c.
Referenced by DayZProfilesOptions(), GetProfileOptionDefaultFloat(), GetProfileOptionFloat(), RegisterProfileOptionFloat(), ResetOptionsFloat(), and SetProfileOptionFloat().
|
private |
Definition at line 407 of file dayzgame.c.
Referenced by DayZProfilesOptions(), GetProfileOptionDefaultInt(), GetProfileOptionInt(), RegisterProfileOptionInt(), ResetOptionsInt(), and SetProfileOptionInt().
|
private |
Definition at line 654 of file dayzgame.c.
|
staticprivate |
Definition at line 411 of file dayzgame.c.
Referenced by SetProfileOption().
|
staticprivate |
Definition at line 412 of file dayzgame.c.
Referenced by SetProfileOptionFloat().
|
staticprivate |
Definition at line 410 of file dayzgame.c.
Referenced by DynamicMusicPlayer(), and SetProfileOptionInt().