string array shallow_inherit_list( object obj );
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.
See also: deep_inherit_list , inherit_list , inherits
Beek @ZorkMUD, Lima Bean, IdeaExchange, TMI-2, and elsewhere