Gaming
 

Khaos.registerOptionSet

From WoWWiki

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

	--
	-- registerOptionSet ( folder, {KhaosSet}  ) 
	-- 	registers an option set and places it within the specified folder.
	--
	-- 	If no folder is specified, then the option set is placed in the "other" folder.
	-- 	Callbacks will be run immediately after this is called - be ready for it. 
	--
	--
	-- args:
	-- 	folder - (optional) string - the folder id
	-- 	set - a {KhaosSet}
	--
	-- returns: 
	-- 	true - success
	-- 	false - failed to register all safely
	--