Difference between revisions of "CBlob::exists"
From King Arthur's Gold Wiki
Shadlington (Talk | contribs) (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 23:35, 28 September 2012
Returns a a bool indicating whether or not this blob still exists.
bool exists(const string &in)
Object method of: CBlob