Hides an entity from this entity, if this entity can see it.
the entity to be hidden
true if the entity has been hidden, false otherwise
foreach(Living living ; entity.watchlist!Living) { entity.hide(living); living.hide(entity); }
See Implementation
Hides an entity from this entity, if this entity can see it.