CBlob::SetDead

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

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

Sets blob dead.


void SetDead()


Example (This example sets player's blob dead, which would force him to respawn and aquire new blob to play with):

player.getBlob().SetDead();

Object method of: CBlob