Difference between revisions of "CProperties::exists"

From King Arthur's Gold Wiki
Jump to: navigation, search
(Created)
 
 
Line 1: Line 1:
 
<onlyinclude>
 
<onlyinclude>
+
 
 
</onlyinclude>
 
</onlyinclude>
+
 
 
<syntaxhighlight lang="cpp">
 
<syntaxhighlight lang="cpp">
 
 
bool exists(const string &in)
 
bool exists(const string &in)
 
 
</syntaxhighlight>
 
</syntaxhighlight>
+
 
 
Object method of: [[CProperties]]
 
Object method of: [[CProperties]]
 
[[Category:Scripting]]
 
[[Category:Scripting]]
 
 
[[Category:Object Methods]]
 
[[Category:Object Methods]]

Latest revision as of 17:07, 30 September 2012



bool exists(const string &in)

Object method of: CProperties