Difference between revisions of "ConfigFile::keyExists"

From King Arthur's Gold Wiki
Jump to: navigation, search
(Created page with "<onlyinclude> Returns true if the given key currently exists in the ConfigFile, otherwise false. </onlyinclude> <syntaxhighlight lang="cpp"> void keyExists( const string &in ke...")
(No difference)

Revision as of 17:00, 29 September 2012

Returns true if the given key currently exists in the ConfigFile, otherwise false.


void keyExists( const string &in key )

Object method of: ConfigFile