Dayz Explorer 1.29.162510
Loading...
Searching...
No Matches
Configurations for ItemsGenerator class

Variables

const float 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

Detailed Description

\desc Configurations for ItemsGenerator class

Variable Documentation

◆ ITEMSGEN_ITEMS_AMOUNT

const int ITEMSGEN_ITEMS_AMOUNT = 5

Definition at line 446 of file constants.c.

◆ ITEMSGEN_MAX_SPREAD

const float ITEMSGEN_MAX_SPREAD = 15

Definition at line 445 of file constants.c.

◆ ITEMSGEN_MIN_DISTANCE_TO_REPOSITION

const float ITEMSGEN_MIN_DISTANCE_TO_REPOSITION = 80

Definition at line 443 of file constants.c.

◆ ITEMSGEN_SPAWN_DISTANCE

const float ITEMSGEN_SPAWN_DISTANCE = 60

Definition at line 444 of file constants.c.

◆ ITEMSGEN_TICK

const float ITEMSGEN_TICK = 10

Definition at line 442 of file constants.c.