Alias¶
Provides a way to query whether a given alias exists. See /alias.
Forms¶
bool Alias[Name]¶
- Returns bool indicating if named aliase exists
Usage¶
| prints TRUE if the /yes alias exists
/echo ${Alias[/yes]}
-- prints true if the /yes alias exists
print(mq.TLO.Alias('/yes')())
This TLO is added by MacroQuest.
Republished and possibly modified from https://docs.macroquest.org/reference/top-level-objects/tlo-alias/