.\"get a list of parents of an object
.DT
inherit_list
$MUDNAME$ driver help
inherit_list

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

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

.SH Description
.SP 5 5
Returns an array of filenames of objects inherited by `obj'.
This efun behaves exactly like shallow_inherit_list().
.EP

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