Lua scripting
(Difference between revisions)
Dahnielson (Talk | contribs) |
Dahnielson (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | + | __NOTOC__ | |
− | + | {{begin-box|Welcome to the [http://maratis3d.org Maratis] Scripting Reference|h=2}} | |
− | + | Maratis uses LUA as internal scripting language. | |
− | + | {{end-box}} | |
− | + | ||
− | == | + | ==Functions== |
− | + | {{:Lua functions list}} | |
− | + | ||
− | + | ||
− | === | + | ==Key literals== |
+ | {{:Keys}} | ||
+ | |||
+ | ==Axis literals== | ||
+ | {{:Axis}} | ||
+ | |||
+ | ==Lua== | ||
+ | |||
+ | {{column-box-begin}} | ||
+ | |||
+ | {{begin-box|Lua Documentation}} | ||
* [http://www.lua.org Lua official website] | * [http://www.lua.org Lua official website] | ||
* [http://www.lua.org/pil/ Programming in Lua ebook] | * [http://www.lua.org/pil/ Programming in Lua ebook] | ||
* [http://coffeeghost.net/2010/11/01/lua-cheat-sheet-for-programmers/ All LUA in one page] | * [http://coffeeghost.net/2010/11/01/lua-cheat-sheet-for-programmers/ All LUA in one page] | ||
* [http://www.gammon.com.au/scripts/doc.php?general=lua_syntax LUA syntax overview] by Nick Gammon | * [http://www.gammon.com.au/scripts/doc.php?general=lua_syntax LUA syntax overview] by Nick Gammon | ||
+ | {{end-box}} | ||
+ | |||
+ | {{column-box-breaker}} | ||
+ | |||
+ | {{begin-box|Code Snippets}} | ||
+ | * [[Lua Hello World example|Hello World]] | ||
+ | * [[Lua object programming example|Object programming]] | ||
+ | * [[Object Oriented Programming in Maratis]] | ||
+ | {{end-box}} | ||
+ | |||
+ | {{column-box-end}} | ||
[[Category:Lua scripting]] | [[Category:Lua scripting]] |
Revision as of 13:48, 5 February 2014
Welcome to the Maratis Scripting ReferenceMaratis uses LUA as internal scripting language. |
Functions
Key literals
|
|
Axis literals
|
|
Lua
|
|