A
          / \      _             Play Now                         Nemesis on fb
          | |     | |  _______   _        _   _______    _______   _    _______
          | |\    | | |   ____| |  \    /  | |   ____|  /   ____| | |  /   ____|
 /-------/-------------------------------------------------------------------,
O= Home <=XX|  About  News  Pics  Adventurers  Wizards  Download  Connect     >
 \-------\-------------------------------------------------------------------'
          | |   \   | |  |____  | |      | | |  |____   ___ \  \  | |  ___ \  \
          | |     \_| |_______| |_|      |_| |_______| |_______/  |_| |_______/
          \ /
           V  

Documentation Area

Document Path: /doc/efun/inherit_list


Efun:	inherit_list - get the list of inherited objects of an object

Synopsis:
	string *inherit_list(object ob)

Description:
	The inherit_list efun returns a list of all directly inherited
	objects of an object. Inherited objects inherited by the inheritants
	are not displayed.

Return value:
	An array of strings containing filenames of the inherited objects.

Examples:
	inherit_list(find_object("obj/wizard")) may return
	({ "obj/wizard", "obj/player", "obj/living" })

See also:


This page was generated in LPC

Imprint / Impressum