Difference between revisions of "CShape::SetActive"

From King Arthur's Gold Wiki
Jump to: navigation, search
(Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> void SetActive( bool active ) </syntaxhighlight> Object method of: CShape Category:Scripting [[Cate...")
 
 
Line 4: Line 4:
 
   
 
   
 
<syntaxhighlight lang="cpp">
 
<syntaxhighlight lang="cpp">
+
void SetActive( bool active )
void SetActive( bool active )
+
+
 
</syntaxhighlight>
 
</syntaxhighlight>
 
   
 
   

Latest revision as of 13:38, 14 September 2012



void SetActive( bool active )

Object method of: CShape