LPC Library Functions: 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 'ob' and all the objects contained in the inventories of those objects and so on.

Note that this efun is not available if the driver flag NO_ENVIRONMENT is defined.

SEE ALSO

first_inventory(), next_inventory(), all_inventory()

Page design by Frank Jacquette & Tim Hollebeek
Copyright (C) 1998 Tim Hollebeek & Frank Jacquette
Back to MudOS