Gaming
 

Khaos.registerConfigurationLoadNotice

From WoWWiki

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

	-- 
	-- registerConfigurationLoadNotice ( {KhaosConfiguratLoadNotice}, {another load notice} )
	--
	-- 	Registers a callback who will be notified after the registered globals 
	-- 	have been loaded
	--
	-- args: 
	-- 	Many KhaosConfigurationLoadNotice. Examine description of a KCLN.
	--
	-- returns:
	-- 	true - all suceeded
	-- 	false - one or more failed
	--