Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
tutorial [2015/01/14 23:41]
127.0.0.1 external edit
tutorial [2015/06/10 21:41]
dean4devil Added a Lua tutorial
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]]. 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]].+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]]. ​ 
 +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]].
  
 ---- ----