

     oooobbbbjjjjeeeeccccttttssss((((3333))))             MMMMuuuuddddOOOOSSSS ((((5555 SSSSeeeepppp 1111999999994444))))              oooobbbbjjjjeeeeccccttttssss((((3333))))

     NNNNAAAAMMMMEEEE
          objects - return an array of all loaded objects

     SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
          object *objects( string func, object ob ); object *objects(
          function f);

     DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
          An array of every object loaded on the mud is returned by
          objects().  Note that if the system's maximum array size is
          set too low, objects() will truncate its array, in which
          case it might not be too useful.

          If the optional `func' and `ob' parameters are given, then
          ob->func() is called with each loaded object as an argument.
          If the function returns nonzero, then that object is
          returned by objects(), otherwise it isn't.

          If 'f' is given, it will be called on all the objects as
          above.  For example, objects( (: clonep :) ) returns a list
          of all the clones in existence.

     SSSSEEEEEEEE AAAALLLLSSSSOOOO
          livings(3), users(3)

     Page 1                                          (printed 3/16/95)

