Difference between revisions of "Overview"

From Vendetta Lua
Jump to: navigation, search
(New page: Lua version: 5.0<br> Download and documenation: [http://www.lua.org/]<br> Note: Most recent documentation refers to 5.1 there may be slight differences between that and the one used within...)
 
m (Reverted edits by Otutytaqo (Talk) to last version by Chefkoch)
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Lua version: 5.0<br>
+
Lua version: 5.1.2<br>
 
Download and documenation: [http://www.lua.org/]<br>
 
Download and documenation: [http://www.lua.org/]<br>
Note: Most recent documentation refers to 5.1 there may be slight differences between that and the one used within the game.<br>
 
 
Public api is pretty stripped down at the moment. Which means no io, os routines and no C library loading and stuff.  
 
Public api is pretty stripped down at the moment. Which means no io, os routines and no C library loading and stuff.  
  
Line 7: Line 6:
 
<br><br>
 
<br><br>
  
GUI Toolkit: IUP<br>
+
 
 +
GUI Toolkit: [[IUP Intro]]<br>
 
download and documentation: [http://www.tecgraf.puc-rio.br/iup/]<br>
 
download and documentation: [http://www.tecgraf.puc-rio.br/iup/]<br>
 
+/- a few features
 
+/- a few features

Latest revision as of 18:53, 20 November 2010

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 Intro
download and documentation: [2]
+/- a few features