LPC Library Functions: all_inventory

NAME

all_inventory() - return the inventory of an object

SYNOPSIS

object *all_inventory( object ob );

DESCRIPTION

Returns an array of the objects contained in the inventory of 'ob'. Only those objects directly contained within 'ob' are returned; objects contained within those objects are not (use deep_inventory() instead.)

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

SEE ALSO

first_inventory(), next_inventory(), deep_inventory(), environment()

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