TLO:Type
Returns information on types
This TLO is added by MacroQuest
Forms
Type | Member | Description |
---|---|---|
type | Type[name] |
Access to Types
Type | Description |
---|---|
type | Information about data types. The parent type is TLO:Type |
Examples
/echo ${Type[spawn].Member[ID]}
Determines if a member of a type exists
/for n 1 to 100
/echo ${Type[spawn].Member[${n}]}
/next n
Enumerate members of a type using a loop