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

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

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

.SH 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

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