Back to Home
ESO Function Data v101044
SetFrameHiddenForReason()
Function Aliases
No known aliases for this function.
Global Function Definitions
ingame/unitframes/unitframes.lua:332
--
function ZO_UnitFrames_Manager:SetFrameHiddenForReason(unitTag, reason, hidden)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/deathrecap/deathrecap.lua:196
--
UNIT_FRAMES:SetFrameHiddenForReason("reticleover", "deathRecap", not DEATH_RECAP_FRAGMENT:IsHidden())
ingame/deathrecap/deathrecap.lua:197
--
UNIT_FRAMES:SetFrameHiddenForReason("companion", "deathRecap", not DEATH_RECAP_FRAGMENT:IsHidden())
ingame/unitframes/unitframes.lua:2478
--
UnitFrames:SetFrameHiddenForReason("companion", "disabled", IsUnitGrouped("player"))