
deep_inventory(3)     LPC Library Functions     deep_inventory(3)

NAME
     deep_inventory() - return the nested inventory of an object

SYNOPSIS
     object *deep_inventory( object ob );

DESCRIPTION
     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.  The return array of objects is flat,
     i.e. there is no structure reflecting internal containment
     relations.

SEE ALSO
     first_inventory(3), next_inventory(3), all_inventory(3)

MudOS                Last change: 5 Sep 1994                    1

