mud/lib/doc/efun/all/shallow_inherit_list
2020-09-06 05:43:07 -07:00

16 lines
436 B
Plaintext

shallow_inherit_list - get a list of parents of an object
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
Tim Hollebeek Beek@ZorkMUD, Lima Bean, IdeaExchange, and elsewhere