Thread: self is nil
View Single Post
12-27-14, 06:43 PM   #8
AlleyKat
A Warpwood Thunder Caller
 
AlleyKat's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2010
Posts: 93
It's not true OOP language, things like
Code:
function MyTable:GetSomething()
 return self.something;
end
looks stupid
  Reply With Quote