DayZ 1.24
|
Special strings for CEApi.EconomyOutput. More...
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. | |
Special strings for CEApi.EconomyOutput.
Definition at line 157 of file CentralEconomy.c.
|
private |
|
private |
Lists loot spawns that have been marked as abandoned.
Definition at line 181 of file CentralEconomy.c.
Lists loot spawns that are not abandoned and within the supplied range (< fRange, not equal)
Definition at line 192 of file CentralEconomy.c.
Lists DE spawns that have positions that are within supplied range (< fRange, not equal)
Definition at line 176 of file CentralEconomy.c.
Lists loot spawns that are not abandoned but have no loot.
Definition at line 186 of file CentralEconomy.c.
Lists stats regarding which loot spawn) that are linked together and how many there are.
Definition at line 166 of file CentralEconomy.c.
Lists the maxlootsize of all CE items.
Definition at line 207 of file CentralEconomy.c.
Lists overall CE stats.
Definition at line 202 of file CentralEconomy.c.
Lists loot spawns that have more loot than their maximum + 4.
Definition at line 171 of file CentralEconomy.c.
Lists the number of objects inside of categories.
Definition at line 197 of file CentralEconomy.c.