TLO:SubDefined

From the wonderful RedGuides Wiki

Information about macro sub's definition

This TLO is added by MacroQuest

Forms

Type Member Description
bool SubDefined[name] Returns true if currently running macro's sub is defined

Access to Types

Type Description
bool Unlike bool in most programming and scripting languages, bool in MacroQuest is unique: Any non-zero value evaluates to true. However, 0 still equals false, and 1 still equals true.

See also