Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
\desc Constants for Components More...
Variables | |
const string | COMP_NAME_NONE = "None" |
const int | COMP_TYPE_UNDEFINED = -1 |
const int | COMP_TYPE_ETITY_DEBUG = 0 |
const int | COMP_TYPE_ENERGY_MANAGER = 1 |
const int | COMP_TYPE_BODY_STAGING = 2 |
const int | COMP_TYPE_ANIMAL_BLEEDING = 3 |
const int | COMP_TYPE_COUNT = 4 |
\desc Constants for Components
const string COMP_NAME_NONE = "None" |
Definition at line 6 of file component.c.
const int COMP_TYPE_ANIMAL_BLEEDING = 3 |
Definition at line 11 of file component.c.
const int COMP_TYPE_BODY_STAGING = 2 |
Definition at line 10 of file component.c.
const int COMP_TYPE_COUNT = 4 |
Definition at line 12 of file component.c.
const int COMP_TYPE_ENERGY_MANAGER = 1 |
Definition at line 9 of file component.c.
const int COMP_TYPE_ETITY_DEBUG = 0 |
Definition at line 8 of file component.c.
const int COMP_TYPE_UNDEFINED = -1 |
Definition at line 7 of file component.c.