Name | Type | Deprecated | Secure | Description |
---|---|---|---|---|
ability | An ability, represented by a standard identifier with an 'a' prefix. | |||
achievement | An achievement, represented by a standard identifier with a 'c' prefix. | |||
achievementcategory | An achievement category, represented by a standard identifier with a 'C' prefix. | |||
auction | An auction, represented by a standard identifier with an 'o' prefix. | |||
boolean | A value of type 'boolean'. | |||
buff | A buff, represented by a standard identifier with a 'b' prefix. | |||
callbackfunction | A callback function, used to signal success or failure. Must be a function that takes two paramet... | |||
console | A text console, represented by a standard ID with a 'v' prefix. | |||
currencycategory | A currency category, represented by a standard identifier with a 'N' prefix. | |||
dimensionitem | A dimension item, represented by a standard identifier with a 'd' prefix. | |||
dump | function | Debug utility function. Similar to print(), but serializes any table parameters before outputting. | ||
error | An error, represented by a standard ID with an 'x' prefix. | |||
eventFrame | A frame event handle. | |||
eventGlobal | A global event handle. | |||
faction | A faction, represented by a standard ID with an 'f' prefix. | |||
frameEventTable | A frame event table of a UI element. | |||
function | A value of type 'function'. | |||
function/nil | A value of type "function" or "nil". | |||
function/string | A value of type "function" or "string". | |||
function/string/nil | A value of type "function", "string", or "nil". | |||
guildrank | A guild rank, represented by a standard identifier with a 'k' prefix. | |||
guildwall | A guild wall ID, represented by a standard identifier with a 'w' prefix. | |||
handleEventFrame | A handle for active frame events. Includes the member :GetTarget(), which returns the target fram... | |||
handleEventGlobal | A handle for active global events. Currently contains no members. | |||
item | An item, represented by either a standard identifier with an 'i' prefix or a slot. | |||
itemtype | An item type, represented by a nonstandard identifier with an 'I' prefix. | |||
location | A map location, represented by a nonstandard identifier with an 'l' prefix. | |||
A mail, represented by a standard identifier with an 'm' prefix. | ||||
nil | A value of type 'nil'. | |||
number | A value of type 'number'. May not be NaN. | |||
number/nil | A value of type 'number' or 'nil'. May not be NaN. | |||
quest | A quest, represented by a standard identifier with a 'q' prefix. | |||
role | A role, represented by a standard identifier with a "h" prefix. | |||
slot | An item slot, represented by a nonstandard identifier with an 's' prefix, as generated by the Uti... | |||
string | A value of type 'string'. | |||
string/nil | A value of type 'string' or 'nil'. | |||
table | A value of type 'table'. | |||
title | A title, represented by a standard identifier with a 't' prefix. | |||
titlecategory | A title category, represented by a standard identifier with a 'T' prefix. | |||
unit | A unit, represented by either a standard identifier with a 'u' prefix or by a unit specifier. Uni... | |||
variant | A value of any type. | |||
zone | A zone, represented by a standard identifier with a 'z' prefix. |
An ability, represented by a standard identifier with an 'a' prefix.
An achievement, represented by a standard identifier with a 'c' prefix.