
inherit_list(3)       LPC Library Functions       inherit_list(3)

NNAAMMEE
       inherit_list() - get a list of parents of an object

SSYYNNOOPPSSIISS
       string *inherit_list( object obj );

DDEESSCCRRIIPPTTIIOONN
       Returns an array of filenames of objects inherited by obj.
       Only directly inherited files are  returned.   E.g.  if  A
       inherits  B  which inherits C, inherit_list(A) will return
       an array with B, but not C.

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

MudOS                       5 Sep 1994                          1

