Generates string that will make CEApi.EconomyMap use all items with this tag.
- Заметки
- This is refering to the CE tags of loot defined in cfglimitsdefinition.xml
- Предупреждения
- This is persistent per session, when you set it, it will persist until it is set to something else
- Аргументы
-
category | string The desired loot tag |
- Возвращает
string
The string to pass into CEApi.EconomyMap
proto native CEApi GetCEApi()
Get the CE API.
class EconomyLogCategories EconomyMapStrings()
Special strings for CEApi.EconomyMap.
См. определение в файле CentralEconomy.c строка 127
128 {
129 return string.Format("tag:%1", tag);
130 }
Перекрестные ссылки string::Format().