WoW API type: boolean

From AddOn Studio
Jump to navigation Jump to search

API types < boolean

The Lua 'boolean' type, use in WoW Lua and the WoW API. See WoW Lua for WoW Lua reference. See also values and types for the general reference definition.

Details[edit]

Typically a boolean data type is one that by definition only has two states, "true" and "false". The new Lua boolean type holds the special values 'true' and 'false'. Many older APIs in WoW use these special WoW Lua Boolean semantics for a true and false.

See Also[edit]