
children(3)           LPC Library Functions           children(3)

NNAAMMEE
       children()  -  returns  an  array of objects cloned from a
       given object.

SSYYNNOOPPSSIISS
       object *children( string name );

DDEESSCCRRIIPPTTIIOONN
       This efunction returns an array of objects that have  been
       cloned  from  the  file  named  by  'name', as well as the
       object 'name' itself, if loaded.  An example use of  chil       dren()  is  to find all objects that have been cloned from
       the user object:

              object *list;

              list = children("/obj/user");

       This lets you find all users (both netdead and interactive
       whereas users() only reports interactive users).

SSEEEE AALLSSOO
       deep_inherit_list(3), inherit_list(3), objects(3)

Majik                      26 Jul 1997                          1

