Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
Posted By: Hirsutethis.that, I believe is Library.function, at least in the Auc code I've messed with. So, AucAdvanced.Print is the Print function as defined in AucAdvanced (In Core-Util.lua, I believe). At the beginning of many of our files you'll find a line that looks like "lib = <some name here>". Whatever we set lib to will end up being how the functions get named. To use Core-Util.lua for AucAdvanced as an example again, the mentioned line there looks like "lib = AucAdvanced". Functions that are intended to be exposed beyond that particular file are usually defined using lib.FunctionName in the file. This results in AucAdvanced.FunctionName being the function that needs to be called. So lib.Print becomes AucAdvanced.Print, for example.
Posted By: Thortok2000There's an addon I use that's experiencing a nil error in one of those variables and I was trying to fix it but I can't.
1 to 10 of 10