WoW:Lua: Difference between revisions
Jump to navigation
Jump to search
m
no edit summary
(→Programming References: Add direct link to online version of PIL) |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{breadcrumb1|Interface Customization}} | {{breadcrumb1|Interface Customization}} | ||
Lua the scripting language used by World of Warcraft for [[Interface Customization]]. Only a subset of version 5.0 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 Wiki]. | Lua is the scripting language used by World of Warcraft for [[Interface Customization]]. Only a subset of version 5.0 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 Wiki]. | ||
==Programming References== | ==Programming References== |