Difference between revisions of "CBlob::Tag"
From King Arthur's Gold Wiki
Shadlington (Talk | contribs) (Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> void Tag( const string &in name ) </syntaxhighlight> Object method of: CBlob Category:Scripting [[Category...") |
Vermilicious (Talk | contribs) m (Small rewording.) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
<onlyinclude> | <onlyinclude> | ||
| − | + | Turns on 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"> | ||
Latest revision as of 14:26, 31 January 2016
Turns on 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