Difference between revisions of "CBlob::Untag"
From King Arthur's Gold Wiki
Shadlington (Talk | contribs) (Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> void Untag( const string &in name ) </syntaxhighlight> Object method of: CBlob Category:Scripting [[Catego...") |
Vermilicious (Talk | contribs) 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 15: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