Difference between revisions of "ConfigFile::keyExists"
From King Arthur's Gold Wiki
Shadlington (Talk | contribs) (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...") |
Shadlington (Talk | contribs) |
||
Line 4: | Line 4: | ||
<syntaxhighlight lang="cpp"> | <syntaxhighlight lang="cpp"> | ||
− | + | bool keyExists( const string &in key ) | |
</syntaxhighlight> | </syntaxhighlight> | ||
Revision as of 16:00, 29 September 2012
Returns true if the given key currently exists in the ConfigFile, otherwise false.
bool keyExists( const string &in key )
Object method of: ConfigFile