DayZ 1.24
Loading...
Searching...
No Matches
EconomyOutputStrings Class Reference

Special strings for CEApi.EconomyOutput. More...

Collaboration diagram for EconomyOutputStrings:
[legend]

Private Member Functions

void EconomyOutputStrings ()
 
void ~EconomyOutputStrings ()
 

Private Attributes

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

Detailed Description

Special strings for CEApi.EconomyOutput.

Definition at line 157 of file CentralEconomy.c.

Constructor & Destructor Documentation

◆ EconomyOutputStrings()

void EconomyOutputStrings::EconomyOutputStrings ( )
private

◆ ~EconomyOutputStrings()

void EconomyOutputStrings::~EconomyOutputStrings ( )
private

Member Data Documentation

◆ ABANDONED

const string EconomyOutputStrings::ABANDONED = "abandoned"
private

Lists loot spawns that have been marked as abandoned.

Note
In logs: "[autotest:ListAbandonedGroups]"

Definition at line 181 of file CentralEconomy.c.

◆ CLOSE

const string EconomyOutputStrings::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 192 of file CentralEconomy.c.

◆ DE_CLOSE_POINT

const string EconomyOutputStrings::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 176 of file CentralEconomy.c.

◆ EMPTY

const string EconomyOutputStrings::EMPTY = "empty"
private

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

Note
In logs: "[autotest:ListEmptyGroups]"

Definition at line 186 of file CentralEconomy.c.

◆ LINKS

const string EconomyOutputStrings::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 166 of file CentralEconomy.c.

◆ LOOT_SIZE

const string EconomyOutputStrings::LOOT_SIZE = "lootsize"
private

Lists the maxlootsize of all CE items.

Note
In logs: "[autotest:ListLootSize]"

Definition at line 207 of file CentralEconomy.c.

◆ STATUS

const string EconomyOutputStrings::STATUS = "status"
private

Lists overall CE stats.

Note
In logs: "[autotest:OverallStatus]"

Definition at line 202 of file CentralEconomy.c.

◆ SUSPICIOUS

const string EconomyOutputStrings::SUSPICIOUS = "suspicious"
private

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

Note
In logs: "[autotest:ListSuspiciousGroups]"

Definition at line 171 of file CentralEconomy.c.

◆ WORLD

const string EconomyOutputStrings::WORLD = "world"
private

Lists the number of objects inside of categories.

Note
In logs: "[autotest:ProcessDebugLog]"

Definition at line 197 of file CentralEconomy.c.


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