Entity.dead

Checks the dead/alive status of the entity.

class Entity
@property @safe
bool
dead
()

Examples

assert(entity.alive ^ entity.dead);

Meta