LPC Library Functions: deep_inherit_list

NAME

deep_inherit_list() - get a list of ancestors of an object

SYNOPSIS

string *deep_inherit_list( object obj );

DESCRIPTION

Returns an array of filenames of all objects inherited (directly and indirectly) by 'obj'. If 'obj' is omitted, this_object() is assumed.

SEE ALSO

inherit_list(), inherits()

Page design by Frank Jacquette & Tim Hollebeek
Copyright (C) 1998 Tim Hollebeek & Frank Jacquette
Back to MudOS