--- title: objects / deep_inventory --- # deep_inventory ### 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 and all the objects contained in the inventories of those objects and so on. If no object is supplied, this efun will default to this_object(). ### SEE ALSO first_inventory(3), next_inventory(3), all_inventory(3)