More global access
Dairyman opened this issue ยท 1 comments
Found few more.
Line 73 in 4e9b19b
local function Icon_NewIndicator(frame)
Line 107 in 4e9b19b
local function Icon_ClearStatus(self)
Line 119 in 4e9b19b
local function Icon_SetStatus(self, color, text, value, maxValue, texture, texCoords, stack, start, duration)
Lines 146 to 147 in 4e9b19b
count
does not exist. Should that be value
?Line 155 in 4e9b19b
local function Icon_ResetIndicator(self, point, idx)
Line 229 in 4e9b19b
local function Icon_RegisterIndicator_Plus(id, name, point, idx)
Line 240 in 4e9b19b
local function Icon_RegisterIndicator(id, name, point, iconsMore1, iconsMore2)
Believe it or not but I actually did have these in before but in development I must have changed it and forgot to add it back when I fix the issues I was having. Thanks for noticing. I believe I have corrected everything you have brought up so far. If you see any more let me know, much appreciated!