Entity.alive

Checks the dead/alive status of the entity.

class Entity
@property @safe
bool
alive
()

Examples

assert(entity.alive ^ entity.dead);

Meta