Eclipse AddOn.registerForVisibility
From WoWWiki
This article is a part of the documentation of the Eclipse function library
--[[
registerForVisibility ( {reglist} )
This is a wrapper function that registers a frame with all three of the parts of Eclipse.
Args:
reglist - the table of options
{
Required:
(string) name - The name of the frame to register, see each of the three parts for
further details.
Optional:
(bool) nototal - If this is true, then the frame will not be registered with total
(bool) nolunar - If this is true, then the frame will not be registered with lunar
(bool) nosolar - If this is true, then the frame will not be registered with solar
Other Required and Optional Data:
You need to look at the registration functions for Total, Lunar, and Solar, for a
complete explaination on all the arguments needed to register with each of the
three parts.
See:
Eclipse.Total.registerForHide
and
Eclipse.Lunar.registerForAutohide
and
Eclipse.Solar.registerForTransparency
]]--
