View Single Post
07/03/14, 02:38 AM   #1
lyravega
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 93
LUA Performance questions

Hello all. How is it going? I have some questions, if someone can shed a light on them I'd greatly appreciate that.

My biggest question is, lets assume there is a function which refers to metatable (self) to get a variable. Assuming that it is going to be used more than once, we should always create a local in the function body, correct?

--more will follow

Last edited by lyravega : 07/03/14 at 02:47 AM.
  Reply With Quote