LibGetFrame

LibGetFrame

716k Downloads

Attach wa to PlayerFrame

N6REJ opened this issue ยท 1 comments

commented

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

but this does..
image

commented

Default options are visible here https://github.com/mrbuds/LibGetFrame/blob/master/LibGetFrame-1.0.lua#L445 you want to set ignorePlayerFrame to false