SYNOPSIS
  int CanSee ()
  int CanSee (object env)

IMPLEMENTED
  All seeing objects.

DESCRIPTION
  Checks if the called object can see in its current environment,
  or <env> if given.
  It has to return 0 if it can't, and non-zero if it can.

  Called by kernel objects.

