Difference between revisions of "CBlob::Tag"

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

Revision as of 16:22, 31 January 2016

Stores a basic boolean flag.


Calling this method is equal to calling set_bool with a true value.

void Tag( const string &in name )

Object method of: CBlob