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

Закрытые члены

void DayZProfilesOptions ()
 
void RegisterProfileOption (EDayZProfilesOptions option, string profileOptionName, bool def=true)
 
void RegisterProfileOptionBool (EDayZProfilesOptions option, string profileOptionName, bool defaultValue=true)
 
void RegisterProfileOptionInt (EDayZProfilesOptions option, string profileOptionName, int defaultValue=0)
 
void RegisterProfileOptionFloat (EDayZProfilesOptions option, string profileOptionName, float defaultValue=0.0)
 
void ResetOptionsBool ()
 
void ResetOptions ()
 
void ResetOptionsInt ()
 
void ResetOptionsFloat ()
 
void SetProfileOption (EDayZProfilesOptions option, bool value)
 
void SetProfileOptionBool (EDayZProfilesOptions option, bool value)
 
void SetProfileOptionInt (EDayZProfilesOptions option, int value)
 
void SetProfileOptionFloat (EDayZProfilesOptions option, float value)
 
bool GetProfileOption (EDayZProfilesOptions option)
 
bool GetProfileOptionBool (EDayZProfilesOptions option)
 
int GetProfileOptionInt (EDayZProfilesOptions option)
 
float GetProfileOptionFloat (EDayZProfilesOptions option)
 
bool GetProfileOptionDefault (EDayZProfilesOptions option)
 
bool GetProfileOptionDefaultBool (EDayZProfilesOptions option)
 
int GetProfileOptionDefaultInt (EDayZProfilesOptions option)
 
float GetProfileOptionDefaultFloat (EDayZProfilesOptions option)
 
map< EDayZProfilesOptions, ref DayZProfilesOptionBoolGetProfileOptionMap ()
 

Закрытые данные

ref map< EDayZProfilesOptions, ref DayZProfilesOptionBoolm_DayZProfilesOptionsBool
 
ref map< EDayZProfilesOptions, ref DayZProfilesOptionIntm_DayZProfilesOptionsInt
 
ref map< EDayZProfilesOptions, ref DayZProfilesOptionFloatm_DayZProfilesOptionsFloat
 
ref map< EDayZProfilesOptions, ref DayZProfilesOptionm_DayZProfilesOptions
 
DayZGame m_Game
 

Закрытые статические данные

static ref ScriptInvoker m_OnIntOptionChanged = new ScriptInvoker()
 
static ref ScriptInvoker m_OnBoolOptionChanged = new ScriptInvoker()
 
static ref ScriptInvoker m_OnFloatOptionChanged = new ScriptInvoker()
 

Подробное описание

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