Difference between revisions of "ConfigFile::remove"

From King Arthur's Gold Wiki
Jump to: navigation, search
(Created page with "<onlyinclude> Removes the given key (and its value) if it currently exists in the ConfigFile. </onlyinclude> <syntaxhighlight lang="cpp"> void remove( const string &in key ) </...")
 
(No difference)

Latest revision as of 17:01, 29 September 2012

Removes the given key (and its value) if it currently exists in the ConfigFile.


void remove( const string &in key )

Object method of: ConfigFile