class EconomyOutputStringsSource
Constructors 2
private void EconomyOutputStrings()private void ~EconomyOutputStrings()Constants 9
const string LINKS = "links"Lists stats regarding which loot spawn) that are linked together and how many there are
NoteIn logs: "[linked_groups]"
const string SUSPICIOUS = "suspicious"Lists loot spawns that have more loot than their maximum + 4
NoteIn logs: "[autotest:ListSuspiciousGroups]"
const string DE_CLOSE_POINT = "declosepoint"Lists DE spawns that have positions that are within supplied range (< fRange, not equal)
NoteIn logs: "[ClosePosition]"
const string ABANDONED = "abandoned"Lists loot spawns that have been marked as abandoned
NoteIn logs: "[autotest:ListAbandonedGroups]"
const string EMPTY = "empty"Lists loot spawns that are not abandoned but have no loot
NoteIn logs: "[autotest:ListEmptyGroups]"
const string CLOSE = "close"Lists loot spawns that are not abandoned and within the supplied range (< fRange, not equal)
NoteIn logs: "[autotest:ListCloseGroups]"
NoteIs the same as CEApi.ListCloseProxy
const string WORLD = "world"Lists the number of objects inside of categories
NoteIn logs: "[autotest:ProcessDebugLog]"
const string STATUS = "status"Lists overall CE stats
NoteIn logs: "[autotest:OverallStatus]"
const string LOOT_SIZE = "lootsize"Lists the maxlootsize of all CE items
NoteIn logs: "[autotest:ListLootSize]"