Hey guys, I appreciate the comments. So I found out from another forum specific to WoW addon development that every script in a WoW addon is passed the name of the addon and a namespace table (hence "ns"). This table is used to append functionality to be passed through the different scripts in...
I'm looking at some WoW addon code and I keep seeing stuff like this at the top of scripts:
local _, ns = ...
What exactly is happening here? It's impossible to search for on Google.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.