all_inventory() - return the inventory of an object
object *all_inventory( object ob );
Returns an array of the objects contained in the inventory of <ob>.
If ob is not passed, this parameter defaults to this_object().
first_inventory(3), next_inventory(3), deep_inventory(3)