what is the point of local varaibles in lua code example
Example: what is the point of local varaibles in lua
Lua: Mostly for looks, it runs a tiny bit faster but could be usefull in some cases.
Lua: Mostly for looks, it runs a tiny bit faster but could be usefull in some cases.