Difference between revisions of "CBlob::hasTag"

From King Arthur's Gold Wiki
Jump to: navigation, search
(Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> void unTag( const string &in name ) </syntaxhighlight> Object method of: CBlob Category:Scripting [[Catego...")
 
m (Short description)
 
Line 1: Line 1:
 
<onlyinclude>
 
<onlyinclude>
+
Checks if a basic boolean flag has been set.
 
</onlyinclude>
 
</onlyinclude>
 +
 +
Calling this method is equal to calling get_bool.
 
   
 
   
 
<syntaxhighlight lang="cpp">
 
<syntaxhighlight lang="cpp">

Latest revision as of 16:25, 31 January 2016

Checks if a basic boolean flag has been set.


Calling this method is equal to calling get_bool.

void unTag( const string &in name )

Object method of: CBlob