Gaming
 

KhaosConfigurationLoadNotice

From WoWWiki

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

	ConfigurationLoadNotice = {	
		id = "SomeID";
		onConfigurationChange = function () Sea.io.print("The configuration has changed, update gui!"); end;
		description = "A simple notification system for modders who want to know when configs change.";
	};