|
LPC Library Functions: all_inventory |
|
NAMEall_inventory() - return the inventory of an object
SYNOPSISobject *all_inventory( object ob );
DESCRIPTIONReturns 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 ALSOfirst_inventory(), next_inventory(), deep_inventory(), environment() |
|
Page design by Frank Jacquette & Tim Hollebeek Copyright (C) 1998 Tim Hollebeek & Frank Jacquette |
|