Jump to content
liinx

lua programming

Recommended Posts

Looking for help from devs. I want to update a mod and need to know what version of lua we are using. also is there a resource online for programming for our version of the client/server?

 

-Liinx

Share this post


Link to post
Share on other sites

The Vanilla client uses a subset of Lua 5.0. All available functions from the Lua API are listed here:

http://wow.gamepedia.com/index.php?title=Lua_functions&oldid=265219

 

Wow's API:

http://wow.gamepedia.com/index.php?title=World_of_Warcraft_API&oldid=303849

 

Widget API:

http://wow.gamepedia.com/index.php?title=Widget_API&oldid=278403

 

When you open a link make sure to go back to August - October of 2006. Don't go too much beyond that as it may contain TBC stuff (Lua 5.1 and all kinds of other changes).

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×