Difference between revisions of "ConfigFile::remove"
From King Arthur's Gold Wiki
Shadlington (Talk | contribs) (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 16: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