Skip to content

Type

Used to get information on data types.

Forms

type Type[name]

Examples

Determines if a member of a type exists:

/echo ${Type[spawn].Member[ID]}

Enumerate members of a type using a loop:

/for n 1 to 100
    /echo ${Type[spawn].Member[${n}]}
/next n