Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
class | CfgParam |
Variables | |
const int | CFG_TYPE_STRING = 0 |
const int | CFG_TYPE_INT = 1 |
const int | CFG_TYPE_FLOAT = 2 |
const int | CFG_TYPE_BOOL = 3 |
const int | CFG_TYPE_ARRAY = 4 |
const int | CFG_TYPE_PARAM = 5 |
const int CFG_TYPE_ARRAY = 4 |
Definition at line 5 of file cfgparam.c.
const int CFG_TYPE_BOOL = 3 |
Definition at line 4 of file cfgparam.c.
const int CFG_TYPE_FLOAT = 2 |
Definition at line 3 of file cfgparam.c.
const int CFG_TYPE_INT = 1 |
Definition at line 2 of file cfgparam.c.
const int CFG_TYPE_PARAM = 5 |
Definition at line 6 of file cfgparam.c.
const int CFG_TYPE_STRING = 0 |
Definition at line 1 of file cfgparam.c.