#Can someone explain what 'self' is

1 messages · Page 1 of 1 (latest)

torpid cedar
#

Can someone explain what 'self' is

#

nvm

subtle forum
#

😎

crimson oracle
#

self is nothing

#
local self = "Test"
print(self)
#

lua will set the self varable when you call a funtions with : instead of .

#

if you watch my metatable video i talk about self in there a little