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

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

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

.SH Description
.SP 5 5
Returns an array of the objects contained inside of `ob'.
If `ob' is not specified, this_object() is used.
.EP

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