|
LPC Library Functions: next_inventory |
|
NAMEnext_inventory() - return the next object in the same inventory
SYNOPSISobject next_inventory( object ob );
DESCRIPTIONReturn the next object in the same inventory as 'ob'. Warning: if the object 'ob' is moved by move_object(), then next_inventory() will return an object from the new inventory. You may do better to use all_inventory(environment(ob)) and process the returned array. Note that this efun is not available if the driver flag NO_ENVIRONMENT is defined. SEE ALSO |
|
Page design by Frank Jacquette & Tim Hollebeek Copyright (C) 1998 Tim Hollebeek & Frank Jacquette |
|