Difference between revisions of "CBlob::SetVisible"

From King Arthur's Gold Wiki
Jump to: navigation, search
m
 
Line 1: Line 1:
 
<onlyinclude>
 
<onlyinclude>
Sets blob's visibility in the world
+
Sets blob's visibility in the world.
 
</onlyinclude>
 
</onlyinclude>
 
   
 
   

Latest revision as of 22:21, 1 October 2012

Sets blob's visibility in the world.


void SetVisible(bool visible)


Example (this example sets blob invisible in the world):

blob.SetVisible( false );

Example (this example sets blob visible in the world):

blob.SetVisible( true );

Object method of: CBlob