
objects(3)            LPC Library Functions            objects(3)

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

SSYYNNOOPPSSIISS
       object *objects( string func, object ob );

DDEESSCCRRIIPPTTIIOON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 argu-
       ment.  If the function returns nonzero, then  that  object
       is returned by objects(), otherwise it isn't.

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

MudOS                       5 Sep 1994                          1

