ConfigFile::keyExists

From King Arthur's Gold Wiki
Revision as of 17:00, 29 September 2012 by Shadlington (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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