WoW API type: string
Jump to navigation
Jump to search
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
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.