Difference between revisions of "Develop:Lua"

From ISBoxer 2
Jump to: navigation, search
(Created page with "[https://lua.org Lua] is a scripting engine used for ISBoxer 2 Launcher. Lua is fairly common and well-known, and plenty of existing tutorials are available via the Intern...")
 
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
 
== Lua References ==
 
== Lua References ==
 
* [https://lua.org Lua.org]
 
* [https://lua.org Lua.org]
 +
 +
{{Lua Functions}}
 +
 +
 +
{{Module Development}}

Latest revision as of 13:55, 27 May 2019

Lua is a scripting engine used for ISBoxer 2 Launcher. Lua is fairly common and well-known, and plenty of existing tutorials are available via the Internets, so we'll point to existing documentation and guides for learning the basics of Lua. We will, however, cover special behaviors from our engine as well as all of the available ISBoxer 2-specific functions.

Guides and Tutorials

Coming soon. :)

Lua References

ISBoxer 2 Lua Functions


ISBoxer 2 Module Development