Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
EconomyOutputStrings Class Reference

Special strings for CEApi.EconomyOutput. More...

Private Member Functions

void EconomyOutputStrings ()
void ~EconomyOutputStrings ()

Private Attributes

const string ABANDONED = "abandoned"
 Lists loot spawns that have been marked as abandoned.
const string CLOSE = "close"
 Lists loot spawns that are not abandoned and within the supplied range (< fRange, not equal).
const string DE_CLOSE_POINT = "declosepoint"
 Lists DE spawns that have positions that are within supplied range (< fRange, not equal).
const string EMPTY = "empty"
 Lists loot spawns that are not abandoned but have no loot.
const string LINKS = "links"
 Lists stats regarding which loot spawn) that are linked together and how many there are.
const string LOOT_SIZE = "lootsize"
 Lists the maxlootsize of all CE items.
const string STATUS = "status"
 Lists overall CE stats.
const string SUSPICIOUS = "suspicious"
 Lists loot spawns that have more loot than their maximum + 4.
const string WORLD = "world"
 Lists the number of objects inside of categories.

Detailed Description

Special strings for CEApi.EconomyOutput.

Definition at line 158 of file centraleconomy.c.

Constructor & Destructor Documentation

◆ EconomyOutputStrings()

void EconomyOutputStrings ( )
private

◆ ~EconomyOutputStrings()

void ~EconomyOutputStrings ( )
private

Field Documentation

◆ ABANDONED

const string ABANDONED = "abandoned"
private

Lists loot spawns that have been marked as abandoned.

Note
In logs: "[autotest:ListAbandonedGroups]"

Definition at line 182 of file centraleconomy.c.

◆ CLOSE

const string CLOSE = "close"
private

Lists loot spawns that are not abandoned and within the supplied range (< fRange, not equal).

Note
In logs: "[autotest:ListCloseGroups]"
Is the same as CEApi.ListCloseProxy

Definition at line 193 of file centraleconomy.c.

◆ DE_CLOSE_POINT

const string DE_CLOSE_POINT = "declosepoint"
private

Lists DE spawns that have positions that are within supplied range (< fRange, not equal).

Note
In logs: "[ClosePosition]"

Definition at line 177 of file centraleconomy.c.

◆ EMPTY

const string EMPTY = "empty"
private

Lists loot spawns that are not abandoned but have no loot.

Note
In logs: "[autotest:ListEmptyGroups]"

Definition at line 187 of file centraleconomy.c.

◆ LINKS

const string LINKS = "links"
private

Lists stats regarding which loot spawn) that are linked together and how many there are.

Note
In logs: "[linked_groups]"

Definition at line 167 of file centraleconomy.c.

◆ LOOT_SIZE

const string LOOT_SIZE = "lootsize"
private

Lists the maxlootsize of all CE items.

Note
In logs: "[autotest:ListLootSize]"

Definition at line 208 of file centraleconomy.c.

◆ STATUS

const string STATUS = "status"
private

Lists overall CE stats.

Note
In logs: "[autotest:OverallStatus]"

Definition at line 203 of file centraleconomy.c.

◆ SUSPICIOUS

const string SUSPICIOUS = "suspicious"
private

Lists loot spawns that have more loot than their maximum + 4.

Note
In logs: "[autotest:ListSuspiciousGroups]"

Definition at line 172 of file centraleconomy.c.

◆ WORLD

const string WORLD = "world"
private

Lists the number of objects inside of categories.

Note
In logs: "[autotest:ProcessDebugLog]"

Definition at line 198 of file centraleconomy.c.


The documentation for this class was generated from the following file: