Gaming
 

Khaos.updateSetKeys

From WoWWiki

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

	--
	-- updateSetKeys ( set, keylist, replace ) 
	--	Updates each of the keys in a set with the values. 
	--
	--	Also updates the gui if its open.
	--
	-- Args:
	-- 	set - set string id
	-- 	keylist - the list of key-value for replacement in the current configuration
	-- 	replace 
	-- 		true - overwrite the keys
	-- 		false/nil - only overwrite keys explicitly stated
	--