Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
centraleconomy.c File Reference

Go to the source code of this file.

Classes

class  EconomyLogCategories
 Categories for CEApi.EconomyLog. More...
 

Functions

class EconomyLogCategories EconomyMapStrings ()
 Special strings for CEApi.EconomyMap.
 
Globals API

Get values from globals.xml

Avoidance API

Optimized internal methods that the CE uses to avoid spawning DE within certain distances

CE Debug menu Script API

DIAG ONLY: These options are available from the in-game debug menu on Diag exe (Game > Central Economy), documentation can be found on wiki

Variables

const int ECE_NONE = 0
 
const int ECE_SETUP = 2
 
const int ECE_TRACE = 4
 
const int ECE_CENTER = 8
 
const int ECE_UPDATEPATHGRAPH = 32
 
const int ECE_ROTATIONFLAGS = 512
 
const int ECE_CREATEPHYSICS = 1024
 
const int ECE_INITAI = 2048
 
const int ECE_AIRBORNE = 4096
 
const int ECE_EQUIP_ATTACHMENTS = 8192
 
const int ECE_EQUIP_CARGO = 16384
 
const int ECE_EQUIP = 24576
 
const int ECE_EQUIP_CONTAINER = 2097152
 
const int ECE_LOCAL = 1073741824
 
const int ECE_NOSURFACEALIGN = 262144
 
const int ECE_KEEPHEIGHT = 524288
 
const int ECE_NOLIFETIME = 4194304
 
const int ECE_NOPERSISTENCY_WORLD = 8388608
 
const int ECE_NOPERSISTENCY_CHAR = 16777216
 
const int ECE_DYNAMIC_PERSISTENCY = 33554432
 
const int ECE_IN_INVENTORY = 787456
 
const int ECE_PLACE_ON_SURFACE = 1060
 
const int ECE_OBJECT_SWAP = 787488
 
const int ECE_FULL = 25126
 
const int RF_NONE = 0
 
const int RF_FRONT = 1
 
const int RF_TOP = 2
 
const int RF_LEFT = 4
 
const int RF_RIGHT = 8
 
const int RF_BACK = 16
 
const int RF_BOTTOM = 32
 
const int RF_ALL = 63
 
const int RF_IGNORE = 64
 
const int RF_TOPBOTTOM = 34
 
const int RF_LEFTRIGHT = 12
 
const int RF_FRONTBACK = 17
 
const int RF_RANDOMROT = 64
 
const int RF_ORIGINAL = 128
 
const int RF_DECORRECTION = 256
 
const int RF_DEFAULT = 512
 

Function Documentation

◆ EconomyMapStrings()

class EconomyLogCategories EconomyMapStrings ( )

Special strings for CEApi.EconomyMap.

Variable Documentation

◆ ECE_AIRBORNE

const int ECE_AIRBORNE = 4096

Definition at line 18 of file centraleconomy.c.

◆ ECE_CENTER

const int ECE_CENTER = 8

Definition at line 11 of file centraleconomy.c.

◆ ECE_CREATEPHYSICS

const int ECE_CREATEPHYSICS = 1024

Definition at line 16 of file centraleconomy.c.

◆ ECE_DYNAMIC_PERSISTENCY

const int ECE_DYNAMIC_PERSISTENCY = 33554432

Definition at line 32 of file centraleconomy.c.

◆ ECE_EQUIP

const int ECE_EQUIP = 24576

Definition at line 22 of file centraleconomy.c.

◆ ECE_EQUIP_ATTACHMENTS

const int ECE_EQUIP_ATTACHMENTS = 8192

Definition at line 20 of file centraleconomy.c.

◆ ECE_EQUIP_CARGO

const int ECE_EQUIP_CARGO = 16384

Definition at line 21 of file centraleconomy.c.

◆ ECE_EQUIP_CONTAINER

const int ECE_EQUIP_CONTAINER = 2097152

Definition at line 23 of file centraleconomy.c.

◆ ECE_FULL

const int ECE_FULL = 25126

Definition at line 40 of file centraleconomy.c.

◆ ECE_IN_INVENTORY

const int ECE_IN_INVENTORY = 787456

Definition at line 36 of file centraleconomy.c.

◆ ECE_INITAI

const int ECE_INITAI = 2048

Definition at line 17 of file centraleconomy.c.

◆ ECE_KEEPHEIGHT

const int ECE_KEEPHEIGHT = 524288

Definition at line 27 of file centraleconomy.c.

◆ ECE_LOCAL

const int ECE_LOCAL = 1073741824

Definition at line 24 of file centraleconomy.c.

◆ ECE_NOLIFETIME

const int ECE_NOLIFETIME = 4194304

Definition at line 29 of file centraleconomy.c.

◆ ECE_NONE

const int ECE_NONE = 0

Definition at line 7 of file centraleconomy.c.

◆ ECE_NOPERSISTENCY_CHAR

const int ECE_NOPERSISTENCY_CHAR = 16777216

Definition at line 31 of file centraleconomy.c.

◆ ECE_NOPERSISTENCY_WORLD

const int ECE_NOPERSISTENCY_WORLD = 8388608

Definition at line 30 of file centraleconomy.c.

◆ ECE_NOSURFACEALIGN

const int ECE_NOSURFACEALIGN = 262144

Definition at line 26 of file centraleconomy.c.

◆ ECE_OBJECT_SWAP

const int ECE_OBJECT_SWAP = 787488

Definition at line 38 of file centraleconomy.c.

◆ ECE_PLACE_ON_SURFACE

const int ECE_PLACE_ON_SURFACE = 1060

Definition at line 37 of file centraleconomy.c.

◆ ECE_ROTATIONFLAGS

const int ECE_ROTATIONFLAGS = 512

Definition at line 15 of file centraleconomy.c.

◆ ECE_SETUP

const int ECE_SETUP = 2

Definition at line 9 of file centraleconomy.c.

◆ ECE_TRACE

const int ECE_TRACE = 4

Definition at line 10 of file centraleconomy.c.

◆ ECE_UPDATEPATHGRAPH

const int ECE_UPDATEPATHGRAPH = 32

Definition at line 13 of file centraleconomy.c.

◆ RF_ALL

const int RF_ALL = 63

Definition at line 54 of file centraleconomy.c.

◆ RF_BACK

const int RF_BACK = 16

Definition at line 51 of file centraleconomy.c.

◆ RF_BOTTOM

const int RF_BOTTOM = 32

Definition at line 52 of file centraleconomy.c.

◆ RF_DECORRECTION

const int RF_DECORRECTION = 256

Definition at line 64 of file centraleconomy.c.

◆ RF_DEFAULT

const int RF_DEFAULT = 512

Definition at line 65 of file centraleconomy.c.

◆ RF_FRONT

const int RF_FRONT = 1

Definition at line 47 of file centraleconomy.c.

◆ RF_FRONTBACK

const int RF_FRONTBACK = 17

Definition at line 60 of file centraleconomy.c.

◆ RF_IGNORE

const int RF_IGNORE = 64

Definition at line 56 of file centraleconomy.c.

◆ RF_LEFT

const int RF_LEFT = 4

Definition at line 49 of file centraleconomy.c.

◆ RF_LEFTRIGHT

const int RF_LEFTRIGHT = 12

Definition at line 59 of file centraleconomy.c.

◆ RF_NONE

const int RF_NONE = 0

Definition at line 45 of file centraleconomy.c.

◆ RF_ORIGINAL

const int RF_ORIGINAL = 128

Definition at line 63 of file centraleconomy.c.

◆ RF_RANDOMROT

const int RF_RANDOMROT = 64

Definition at line 62 of file centraleconomy.c.

◆ RF_RIGHT

const int RF_RIGHT = 8

Definition at line 50 of file centraleconomy.c.

◆ RF_TOP

const int RF_TOP = 2

Definition at line 48 of file centraleconomy.c.

◆ RF_TOPBOTTOM

const int RF_TOPBOTTOM = 34

Definition at line 58 of file centraleconomy.c.