Documentation for the core framework used in Zarillion's HandyNotes expansion plugins.
ns.Group(name, icon, attrs)
ns.groups.ELUSIVE_CREATURE = ns.Group('elusive_creature', 644271, {
defaults = ns.GROUP_HIDDEN,
type = ns.group_types.EXPANSION,
IsEnabled = function(self)
-- Only display group for skinning players
if not ns.professions.SKINNING:HasProfession() then return false end
return ns.Group.IsEnabled(self)
end
})