Results: 2Comments by: keauns
File: oUF Abu08-18-16
local Event = CreateFrame("Frame")...
Posted By: keauns
local Event = CreateFrame("Frame") Event:RegisterEvent("PLAYER_ENTERING_WORLD",Update) Event:RegisterEvent("PLAYER_REGEN_DISABLED",Update) Event:RegisterEvent("PLAYER_REGEN_ENABLED",Update) Event:RegisterEvent("UNIT_TARGET",Update) Event:RegisterEvent("UNIT_HEALTH",Update) Event:RegisterEvent("UNIT_POWER",Update) Event:...
File: oUF Abu08-08-16
dear sticklord how to hide unit-frame?
Posted By: keauns
how to hide player and target's unit-frame in non-combat status? thx