Dayz Explorer 1.28.160049
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 443 of file constants.c.

◆ ITEMSGEN_MAX_SPREAD

const float ITEMSGEN_MAX_SPREAD = 15

Definition at line 442 of file constants.c.

◆ ITEMSGEN_MIN_DISTANCE_TO_REPOSITION

const float ITEMSGEN_MIN_DISTANCE_TO_REPOSITION = 80

Definition at line 440 of file constants.c.

◆ ITEMSGEN_SPAWN_DISTANCE

const float ITEMSGEN_SPAWN_DISTANCE = 60

Definition at line 441 of file constants.c.

◆ ITEMSGEN_TICK

const float ITEMSGEN_TICK = 10

Definition at line 439 of file constants.c.