.DT
shallow_inherit_list
$MUDNAME$ driver help
shallow_inherit_list

.SH Name
.SI 5
shallow_inherit_list() - get a list of parents of an object
.EI

.SH Synopsis
.SI 5
string *shallow_inherit_list( object obj );
.EI

.SH Description
.SP 5 5
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.
.EP

.SH See also
.SI 5
deep_inherit_list(), inherit_list(), inherits()
.EI
