Navigation menu

WoW:Lua: Difference between revisions

Jump to navigation Jump to search
1 byte removed ,  10 August 2010
Corrected LUA->Lua, which is the proper way to write Lua. See: http://www.lua.org/about.html
(Corrected LUA->Lua, which is the proper way to write Lua. See: http://www.lua.org/about.html)
Line 5: Line 5:
;[http://www.lua.org/manual/5.1/ Official Reference Manual] : contains syntax and basic commands, but is heavy-going for readers without a programming background ([http://pgl.yoyo.org/luai Luai]: alternative way of browsing the manual)
;[http://www.lua.org/manual/5.1/ Official Reference Manual] : contains syntax and basic commands, but is heavy-going for readers without a programming background ([http://pgl.yoyo.org/luai Luai]: alternative way of browsing the manual)
;[http://www.inf.puc-rio.br/~roberto/book/ Programming in Lua] : the definitive Lua guide by [http://www.inf.puc-rio.br/~roberto/ Roberto Ierusalimschy]. [http://www.lua.org/pil/ Online version]
;[http://www.inf.puc-rio.br/~roberto/book/ Programming in Lua] : the definitive Lua guide by [http://www.inf.puc-rio.br/~roberto/ Roberto Ierusalimschy]. [http://www.lua.org/pil/ Online version]
;[http://lua-users.org/ LUA-Users] : LUA user group with a [http://lua-users.org/wiki/ Wiki] which includes a [http://lua-users.org/wiki/LuaFaq FAQ], [http://lua-users.org/wiki/LuaTutorial tutorials] and [http://lua-users.org/wiki/LuaDirectory extended help on many topics]. The group also hosts a mailing list (with past [http://lua-users.org/lists/lua-l/ archive]) and a IRC channel, [irc://irc.freenode.net/lua #lua at irc.freenode.net]. Lastly, their [http://lua-users.org/wiki/LuaLinks LuaLinks] page is very extensive.
;[http://lua-users.org/ lua-users] : Lua user group with a [http://lua-users.org/wiki/ Wiki] which includes a [http://lua-users.org/wiki/LuaFaq FAQ], [http://lua-users.org/wiki/LuaTutorial tutorials] and [http://lua-users.org/wiki/LuaDirectory extended help on many topics]. The group also hosts a mailing list (with past [http://lua-users.org/lists/lua-l/ archive]) and a IRC channel, [irc://irc.freenode.net/lua #lua at irc.freenode.net]. Lastly, their [http://lua-users.org/wiki/LuaLinks LuaLinks] page is very extensive.


==Lua Editors==
==Lua Editors==
Line 24: Line 24:
* [[Lua object memory sizes]]
* [[Lua object memory sizes]]
* [[World of Warcraft API]] - lists all functions provided by Blizzard.
* [[World of Warcraft API]] - lists all functions provided by Blizzard.
[[Category:Interface customization|Lua]]
[[Category:Interface customization|Lua]]
[[Category:Lua functions| Lua]]
[[Category:Lua functions| Lua]]
[[Category:Glossary]]
[[Category:Glossary]]
Anonymous user