Attach wa to PlayerFrame
N6REJ opened this issue ยท 1 comments
I can't figure out how to attach a icon group to the players nameplate generically. I can do it for elvui but not for default
This doesn't work.
local LGF = LibStub("LibGetFrame-1.0")
local frame = LGF.GetUnitFrame("player" , {ignorePartyFrame = true, ignoreRaidFrame = true})
return frame
end
Default options are visible here https://github.com/mrbuds/LibGetFrame/blob/master/LibGetFrame-1.0.lua#L445 you want to set ignorePlayerFrame to false