WoW:Lua: Difference between revisions
Jump to navigation
Jump to search
m
WW:MOS; Cleanup
(Typo fixing using AWB) |
m (WW:MOS; Cleanup) |
||
Line 1: | Line 1: | ||
'''Lua''' is the scripting language used by World of Warcraft for [[Interface Customization]]. | '''Lua''' is the scripting language used by ''World of Warcraft'' for [[Interface Customization]]. Only a subset of version 5.1 of the official Lua specification is implemented, and should suit most [[AddOns|addon]] maker's needs. More information about Lua can be found on the official Lua [http://lua-users.org/wiki/LuaFaq FAQ]. | ||
==Programming References== | ==Programming References== | ||
Line 9: | Line 9: | ||
==Lua Editors== | ==Lua Editors== | ||
While any text editor can edit Lua files, many contain additional Lua specific features. | While any text editor can edit Lua files, many contain additional Lua specific features. | ||
Please see the list of [[Lua editors]]. | Please see the list of [[Lua editors]]. |