Difference between revisions of "CBlob::Untag"

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>
+
Turns off a basic boolean flag
 
</onlyinclude>
 
</onlyinclude>
+
 
 +
Calling this method is equal to calling set_bool with a false value.
 +
 
 
<syntaxhighlight lang="cpp">
 
<syntaxhighlight lang="cpp">
 
void Untag( const string &in name )
 
void Untag( const string &in name )

Latest revision as of 16:24, 31 January 2016

Turns off a basic boolean flag


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

void Untag( const string &in name )

Object method of: CBlob