Difference between revisions of "CBlob::exists"

From King Arthur's Gold Wiki
Jump to: navigation, search
(Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> bool exists(const string &in) </syntaxhighlight> Object method of: CBlob Category:Scripting [[Category:Obj...")
 
m
Line 1: Line 1:
 
<onlyinclude>
 
<onlyinclude>
+
Returns a a bool indicating whether or not this blob still exists.
 
</onlyinclude>
 
</onlyinclude>
 
   
 
   

Revision as of 00:35, 29 September 2012

Returns a a bool indicating whether or not this blob still exists.


bool exists(const string &in)

Object method of: CBlob