bool IsAlive() /ETHEntity

Returns true if this entity is alive in the scene and false if it has already been removed from it.

An entity is normally removed from scene with the DeleteEntity function.

Notice that an entity will still exist in memory even after being deleted if the user still holds an ETHEntity@ reference to that entity anywhere in the script.