Navigation menu

WoW:Lua: Difference between revisions

Jump to navigation Jump to search
594 bytes added ,  17 December 2004
Added some links to the Lua manual, some IDEs, and some back-links
No edit summary
 
(Added some links to the Lua manual, some IDEs, and some back-links)
Line 1: Line 1:
Lua is an extremely useful scripting language. You can learn more about it at their Wiki.
Lua is an extremely useful scripting language. You can learn more about it at their [http://lua-users.org/wiki/LuaFaq Wiki].


http://lua-users.org/wiki/LuaFaq
The [http://www.lua.org/manual/5.0/ Reference Manual] is a useful resource for finding out about the syntax and basic commands, but is a little heavy-going if you've not got a programming background.
 
[http://www.quotixsoftware.com/qde_index.htm QDE] is a useful IDE for developing Lua code, but sadly doesn't include a debug mode to test scripts with. [http://sourceforge.net/projects/blua/ BLua] is under development and will, in time, hopefully provide a useful IDE for WoW Lua script development.
 
 
 
----
Go to [[Interface Customization]]<br>
Go to [[UI Questions]]<br>
Go to [[Cosmos]]
Anonymous user