Thread Tools Display Modes
04/03/14, 07:35 AM   #1
Wukar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 27
Lua indeed has some nice benefits.

http://www.lua.org/pil/5.html
Lua also offers a special syntax for object-oriented calls, the colon operator. An expression like o:foo(x) is just another way to write o.foo(o, x), that is, to call o.foo adding o as a first extra argument. In Chapter 16 we will discuss such calls (and object-oriented programming) in more detail.
  Reply With Quote

ESOUI » Developer Discussions » Lua/XML Help » A bunch of beginner LUA questions


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off