From the NannyMUD documentation

LAST CHANGE

2000-12-14

FUNCTION


NAME

        all_inventory - The contents of an object.

SYNTAX

	object *all_inventory(object ob)

DESCRIPTION

        This function returns an array of the objects contained in
	`ob'. If `ob' is not specified 'this_object()' is used by
	default.

SEE ALSO

        first_inventory in efun/object_related/first_inventory

SEE ALSO

        next_inventory in efun/object_related/next_inventory

SEE ALSO

        deep_inventory in efun/object_related/deep_inventory