.\"return the nested inventory of an object
.DT
deep_inventory
Discworld driver help
deep_inventory

Name
.SI 5
deep_inventory() - return the nested inventory of an object

.EI
Synopsis
.SI 5
object *deep_inventory(object ob);

.EI
Description
.SP 5 5
Returns an array of the objects contained in the inventory of <ob> and
all the objects contained in the inventories of those objects and so on.

.EP
See also
.SI 5
first_inventory(3), next_inventory(3), all_inventory(3)
.EI
