Log In  
Follow
spiderboi
Follow

Is there any difference in performance between doing this

player = {
 update = function(self)
  -- do things
 end
}

and

player = {}

function player:update()
 -- do things
end

Thank you!

P#82765 2020-10-10 07:55

Follow Lexaloffle:        
Generated 2022-05-04 04:51:44 | 0.050s | Q:5