OOP in Lua: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Note_box|Any further questions can be discussed at the [http://google.com topic] dedicated to this tutorial.}} This is a scripting tutorial that teaches you how to start us...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{Note_box|Any further questions can be discussed at the [http://google.com topic] dedicated to this tutorial.}} | == '''This content is not concluded yet.''' == | ||
---- | |||
{{Note_box| | |||
Any further questions can be discussed at the [http://google.com topic] dedicated to this tutorial.}} | |||
This is a scripting tutorial that teaches you how to start using an Object-Oriented developing interface with Lua. | This is a scripting tutorial that teaches you how to start using an Object-Oriented developing interface with Lua. |
Revision as of 01:17, 18 January 2015
This content is not concluded yet.
This template is no longer in use as it results in poor readability.
This is a scripting tutorial that teaches you how to start using an Object-Oriented developing interface with Lua.
Introduction
There are few basic predefined variables we should recognize and know:
self -- refers to the environment within which we are executing a code