WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   AddOn Search/Requests (https://www.wowinterface.com/forums/forumdisplay.php?f=6)
-   -   [Help] Hide myself from Blizzard Raid Frame (https://www.wowinterface.com/forums/showthread.php?t=58687)

muleyo 04-11-21 06:51 PM

[Help] Hide myself from Blizzard Raid Frame
 
Hello,

I'd like to hide myself from Blizzard Raid Frame. Is there an addon for that? If not, could someone maybe provide me the code for it? :)

Thank you!

L3n1n 04-21-21 05:28 AM

You can use this code:

Code:

hooksecurefunc("CompactUnitFrame_UpdateVisible", function(frame)
        if ( UnitExists(frame.unit) or UnitExists(frame.displayedUnit) ) and frame.unit == "player" then
                CompactUnitFrame_ClearWidgetSet(frame)
                frame:Hide()
                frame.unitExists = false
        end
end)


SDPhantom 04-21-21 05:01 PM

Doubt that'll work in combat, raidframes are protected frames.

L3n1n 04-21-21 09:41 PM

Quote:

Originally Posted by SDPhantom (Post 338961)
Doubt that'll work in combat, raidframes are protected frames.

Yeah you are right it doesn't work in combat.


All times are GMT -6. The time now is 07:04 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI