Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
tutorial [2015/06/10 21:41]
dean4devil Added a Lua tutorial
tutorial [2023/10/23 11:11] (current)
hfsr [General] update Lua manual from 5.2 to 5.3
Line 17: Line 17:
 General General
 ------- -------
-If you're new to Lua, one way to learn is to just have a look at the programs that come with the mod. For basic Lua information,​ do read the [[http://​www.lua.org/​manual/​5.2/​manual.html|Lua Reference Manual]]. ​+If you're new to Lua, one way to learn is to just have a look at the programs that come with the mod. For basic Lua information,​ do read the [[http://​www.lua.org/​manual/​5.3/​manual.html|Lua Reference Manual]]. ​
 There are also tutorial sites about learning Lua, such as [[http://​www.tutorialspoint.com/​lua/​index.htm|tutorialspoint]]. There are also tutorial sites about learning Lua, such as [[http://​www.tutorialspoint.com/​lua/​index.htm|tutorialspoint]].
 Finally, you may want to read more about [[component:​component_access|how you can interact with components from within Lua]] and what [[component:​signals|built-in signals are generated]]. Finally, you may want to read more about [[component:​component_access|how you can interact with components from within Lua]] and what [[component:​signals|built-in signals are generated]].