.\"get a list of parents of an object .DT inherit_list() Discworld driver help inherit_list() Name .SI 5 inherit_list() - get a list of parents of an object .EI Synopsis .SI 5 string *inherit_list( object obj ); .EI 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 See also .SI 5 deep_inherit_list(3) .EI