WoW API type: string

From AddOn Studio
Revision as of 04:47, 15 August 2023 by Move page script (talk | contribs) (Move page script moved page API TYPE string to API TYPE string without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

API types < string

The Lua 'string' 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]

WoW uses 'utf-8' encoding to store text values in Lua strings. Lua itself is generally agnostic about what values are held in the string itself, and uses a defined size rather than a null or 0 terminator for length.