
inherit_list(3)       LPC 系统函数       inherit_list(3)

名称
     inherit_list() - get a list of parents of an object

语法
     string *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.

请参考
     deep_inherit_list(3), inherits(3)

MudOS                Last change: 5 Sep 1994                    1

