IgeObject

Method: alive

Determines if the object is alive or not. The alive value is automatically set to false when the object's destroy() method is called. Useful for checking if an object that you are holding a reference to has been destroyed.
alive (Boolean val)
  • Booleanval The value to set the alive flag to.
Returns *

Get the alive flag value

var entity = new IgeEntity();
console.log(entity.alive());

Set the alive flag value

var entity = new IgeEntity();
entity.alive(true);
© Copyright 2013 Irrelon Software Limited. All Rights Reserved. UK Registered Company Number: 07522767
Isogenic (ī´sōjen´ik): Adj originating from a common source; possessing the same genetic composition.
Strange Things Happen at the One Two Point