Skip to main content

all_inventory

Discworld driver help

all_inventory

Name

all_inventory() - return the inventory of an object

Synopsis

varargs object *all_inventory( object ob );

Description

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

See also

first_inventory(), next_inventory(), deep_inventory()