public function toRawCode(int value) returns string
Convert a integer id value into a 4-letter id code.
public function fromRawCode(string value) returns int
converts a 4-letter id code to an integer
public function commaList(LinkedList<string> ids) returns string
Consumes the provided list, producing a string joined by ‘,’.
public function commaList(LinkedList<int> ids) returns string
Consumes the provided list, producing a string joined by ‘,’.
public function commaList(vararg int ids) returns string
public function commaList(vararg string values) returns string
public function commaList(LinkedList<UnitTargetType> tags) returns string
public function commaList(vararg UnitTargetType tags) returns string
public function string.fromRawCode() returns int
public function int.toRawCode() returns string