Showing results 1 to 1 of 1
Search took 0.00 seconds.
Search: Posts Made By: MunkDev
Forum: Lua/XML Help 02-04-18, 06:18 PM
Replies: 8
Views: 6,183
Posted By MunkDev
The path of least resistance. local function...

The path of least resistance.
local function Hide(f)
if f then
f:SetScript('OnShow', f.Hide)
f:Hide()
end
end
Showing results 1 to 1 of 1