Plexus

Plexus

430k Downloads

More global access

Dairyman opened this issue ยท 1 comments

commented

Found few more.

function Icon_NewIndicator(frame)

local  function Icon_NewIndicator(frame) 


function Icon_ClearStatus(self)

local function Icon_ClearStatus(self) 


function Icon_SetStatus(self, color, text, value, maxValue, texture, texCoords, stack, start, duration)

local function Icon_SetStatus(self, color, text, value, maxValue, texture, texCoords, stack, start, duration) 


Plexus/Indicators/Icon.lua

Lines 146 to 147 in 4e9b19b

if profile.enableIconStackText and type(count) == "number" and count > 1 then
self.text:SetText(count)

count does not exist. Should that be value?


function Icon_ResetIndicator(self, point, idx)

local function Icon_ResetIndicator(self, point, idx) 


function Icon_RegisterIndicator_Plus(id, name, point, idx)

local function Icon_RegisterIndicator_Plus(id, name, point, idx) 


function Icon_RegisterIndicator(id, name, point, iconsMore1, iconsMore2)

local function Icon_RegisterIndicator(id, name, point, iconsMore1, iconsMore2) 
commented

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!