Difference between revisions of "ConfigFile::keyExists"
From King Arthur's Gold Wiki
Shadlington (Talk | contribs) |
Shadlington (Talk | contribs) |
||
Line 1: | Line 1: | ||
<onlyinclude> | <onlyinclude> | ||
− | Returns true if the given key currently exists in the ConfigFile, otherwise false. | + | Returns true if the given key currently exists (has been set) in the ConfigFile, otherwise false. |
</onlyinclude> | </onlyinclude> | ||
Latest revision as of 16:00, 29 September 2012
Returns true if the given key currently exists (has been set) in the ConfigFile, otherwise false.
bool keyExists( const string &in key )
Object method of: ConfigFile