Gaming
 

Khaos.getSetEnabled

From WoWWiki

This article is a part of the documentation of the Khaos function library

	-- 
	-- getSetEnabled( set )
	-- 	Returns the enabled state of a set
	--
	-- args:
	-- 	set - the set ID 
	--
	-- return:
	-- 	true - set is enabled
	-- 	false - set is disabled
	--