Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
\desc Configurations for ItemsGenerator class More...
Variables | |
ITEMSGEN_TICK = 10 | |
const float | ITEMSGEN_MIN_DISTANCE_TO_REPOSITION = 80 |
const float | ITEMSGEN_SPAWN_DISTANCE = 60 |
const float | ITEMSGEN_MAX_SPREAD = 15 |
const int | ITEMSGEN_ITEMS_AMOUNT = 5 |
\desc Configurations for ItemsGenerator class
const int ITEMSGEN_ITEMS_AMOUNT = 5 |
Definition at line 413 of file constants.c.
const float ITEMSGEN_MAX_SPREAD = 15 |
Definition at line 412 of file constants.c.
const float ITEMSGEN_MIN_DISTANCE_TO_REPOSITION = 80 |
Definition at line 410 of file constants.c.
const float ITEMSGEN_SPAWN_DISTANCE = 60 |
Definition at line 411 of file constants.c.
ITEMSGEN_TICK = 10 |