From the NannyMUD documentation

LAST CHANGE

2000-12-14

FUNCTION


NAME

        deep_inventory - Recursive inventory of an object.

SYNTAX

	object *deep_inventory(object ob)

DESCRIPTION

	This function returns a list of the all the objects contained
	by the given `object' including the objects contained in other
	objects. The inventory of `object' is searched recursively in
	order to produce this list.

SEE ALSO

        all_inventory in efun/object_related/all_inventory

SEE ALSO

        first_inventory in efun/object_related/first_inventory

SEE ALSO

        next_inventory in efun/object_related/next_inventory