|
DayZ 1.24
|
Protected Member Functions | |
| void | CfgParam (string param_name) |
| void | SetName (string param_name) |
| string | GetName () |
| int | GetType () |
| bool | IsArray () |
Static Protected Member Functions | |
| static CfgParam | CreateParam (string name, int cfg_type) |
Protected Attributes | |
| string | m_ParamName |
| string | m_ParamValueString |
Definition at line 8 of file CfgParam.c.
Definition at line 13 of file CfgParam.c.
References m_ParamName.
|
inlineprivate |
Definition at line 10 of file CfgParamArray.c.
Definition at line 3 of file CfgParamType.c.
|
inlineprivate |
Definition at line 38 of file CfgParam.c.
References CFG_TYPE_ARRAY, CFG_TYPE_BOOL, CFG_TYPE_FLOAT, CFG_TYPE_INT, CFG_TYPE_STRING, CfgParamArray(), and name.
Referenced by PluginFileHandler::GetParamByName(), and GetValueByName().
|
inlineprotected |
|
inlineprotected |
Definition at line 28 of file CfgParam.c.
Definition at line 103 of file CfgParamArray.c.
References CFG_TYPE_ARRAY.
Definition at line 26 of file CfgParamArray.c.
References m_Values.
Definition at line 74 of file CfgParamArray.c.
References CreateParam(), m_Values, and name.
|
inlineprotected |
Definition at line 33 of file CfgParam.c.
Definition at line 39 of file CfgParamArray.c.
|
inlineprivate |
Definition at line 98 of file CfgParamArray.c.
Definition at line 55 of file CfgParamArray.c.
Definition at line 18 of file CfgParam.c.
References m_ParamName.
Definition at line 93 of file CfgParamArray.c.
References m_Values.
|
protected |
Definition at line 10 of file CfgParam.c.
Referenced by CfgParam(), GetName(), and SetName().
|
protected |
Definition at line 11 of file CfgParam.c.
Definition at line 3 of file CfgParamArray.c.
Referenced by GetValues().