WoW API type: boolean

From AddOn Studio
Revision as of 04:47, 15 August 2023 by Move page script (talk | contribs) (Move page script moved page API TYPE boolean to API TYPE boolean without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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]