|
DayZ 1.24
|
Private Member Functions | |
| void | CfgParamBool (string param_name) |
| void | SetValue (bool value) |
| bool | GetValue () |
| override int | GetType () |
| void | CfgParamFloat (string param_name) |
| void | SetValue (float value) |
| float | GetValue () |
| override int | GetType () |
| void | CfgParamInt (string param_name) |
| void | SetValue (int value) |
| int | GetValue () |
| override int | GetType () |
| void | CfgParamString (string param_name) |
| void | SetValue (string value) |
| string | GetValue () |
| override int | GetType () |
Private Attributes | |
| bool | m_Value |
| float | m_Value |
| int | m_Value |
| string | m_Value |
Definition at line 1 of file CfgParamBool.c.
Definition at line 5 of file CfgParamBool.c.
References m_Value.
Definition at line 5 of file CfgParamString.c.
References m_Value, and STRING_EMPTY.
Definition at line 20 of file CfgParamBool.c.
References CFG_TYPE_BOOL.
Definition at line 20 of file CfgParamFloat.c.
References CFG_TYPE_FLOAT.
Definition at line 20 of file CfgParamInt.c.
References CFG_TYPE_INT.
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
Definition at line 10 of file CfgParamBool.c.
References m_Value.
|
private |
Definition at line 3 of file CfgParamBool.c.
Referenced by GetValue().
|
private |
Definition at line 3 of file CfgParamFloat.c.
|
private |
Definition at line 3 of file CfgParamInt.c.
|
private |
Definition at line 3 of file CfgParamString.c.