Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
\desc Constants for Item Variables More...
Variables | |
const int | VARIABLE_QUANTITY = 1 |
const int | VARIABLE_ENERGY = 2 |
const int | VARIABLE_TEMPERATURE = 4 |
const int | VARIABLE_WET = 8 |
const int | VARIABLE_LIQUIDTYPE = 16 |
const int | VARIABLE_ISLIT = 32 |
const int | VARIABLE_COLOR = 64 |
const int | VARIABLE_CLEANNESS = 128 |
\desc Constants for Item Variables
const int VARIABLE_CLEANNESS = 128 |
Definition at line 587 of file constants.c.
const int VARIABLE_COLOR = 64 |
Definition at line 586 of file constants.c.
const int VARIABLE_ENERGY = 2 |
Definition at line 581 of file constants.c.
const int VARIABLE_ISLIT = 32 |
Definition at line 585 of file constants.c.
const int VARIABLE_LIQUIDTYPE = 16 |
Definition at line 584 of file constants.c.
const int VARIABLE_QUANTITY = 1 |
Definition at line 580 of file constants.c.
const int VARIABLE_TEMPERATURE = 4 |
Definition at line 582 of file constants.c.
const int VARIABLE_WET = 8 |
Definition at line 583 of file constants.c.