WoW API type: string

From AddOn Studio
Revision as of 03:56, 30 October 2013 by Bear (talk | contribs)
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

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.