Overview: Difference between revisions

From Vendetta Lua
Jump to navigationJump to search
Rubin427 (talk | contribs)
added link to Plug-in scripting tutorial
Rubin427 (talk | contribs)
No edit summary
Line 4: Line 4:


To access lua use the /lua command in the game console.
To access lua use the /lua command in the game console.
For an introductory tutorial, see the Plug-in scripting tutorial[http://www.vo-wiki.com/racecar/index.php?title=Plug-in_scripting_tutorial]
<br><br>
<br><br>



Revision as of 16:53, 19 June 2009

Lua version: 5.1.2
Download and documenation: [1]
Public api is pretty stripped down at the moment. Which means no io, os routines and no C library loading and stuff.

To access lua use the /lua command in the game console.


GUI Toolkit: IUP
download and documentation: [2]
+/- a few features