DataType:type
Information about data types. The parent type is TLO:Type
Members
Type | Member | Description |
---|---|---|
int | Member[name] | Member internal ID number based on name (will be a number from 1 to n) |
string | Member[#] | Member name based on an internal ID number (based on 1 through n, not all values will be used) |
Name | Returns name of data type |
Examples
- To see the internal ID of "Assist" under DataType:spawn
/echo ${Type[spawn].Member[Assist]}
See also