Difference between revisions of "CShape::SetActive"
From King Arthur's Gold Wiki
(Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> void SetActive( bool active ) </syntaxhighlight> Object method of: CShape Category:Scripting [[Cate...") |
Shadlington (Talk | contribs) |
||
Line 4: | Line 4: | ||
<syntaxhighlight lang="cpp"> | <syntaxhighlight lang="cpp"> | ||
− | + | void SetActive( bool active ) | |
− | + | ||
− | + | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Latest revision as of 12:38, 14 September 2012
void SetActive( bool active )
Object method of: CShape