Adds an entity to the ones this entity can see.
the entity that will be showed to this entity
true if the entity has been added to the visible entities, false otherwise
foreach(Player player ; world.players) { player.show(entity); entity.show(player); }
See Implementation
Adds an entity to the ones this entity can see.