CBlob::SetVisible

From King Arthur's Gold Wiki
Revision as of 22:21, 1 October 2012 by Ardivaba (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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