blob: 5dc7733e3a10aaf515623079b8db1dc23a770375 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS
Zesstrad59c3892019-11-28 20:53:39 +01002 object next_inventory()
3 object next_inventory(object ob)
MG Mud User88f12472016-06-24 23:31:02 +02004
Zesstra715ec202025-07-09 22:18:31 +02005DESCRIPTION
6 Get next object in the same inventory as ob. If ob is not
7 given, the current object will be used.
MG Mud User88f12472016-06-24 23:31:02 +02008
Zesstra715ec202025-07-09 22:18:31 +02009 This efun is mostly used together with the efun
10 first_inventory().
MG Mud User88f12472016-06-24 23:31:02 +020011
Zesstra715ec202025-07-09 22:18:31 +020012SEE ALSO
MG Mud User88f12472016-06-24 23:31:02 +020013 first_inventory(E), all_inventory(E), environment(E),
14 deep_inventory(E)