View Single Post
04-06-13, 11:12 AM   #9
Nibelheim
local roygbi-
 
Nibelheim's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2010
Posts: 1,600
Originally Posted by Resike View Post
And which self i'm gonna get if i use it like that?

Code:
function t:test(self)
    print(self)
end
You'll get the self in brackets.
  Reply With Quote