blob: ee4a6b790b2e2ab9047b8009127c243df2a6a352 [file] [log] [blame]
Zesstrab6ac9f62020-01-21 11:11:16 +01001SYNOPSIS
2 object * all_inventory()
3 object * all_inventory(object ob)
MG Mud User88f12472016-06-24 23:31:02 +02004
Zesstra715ec202025-07-09 22:18:31 +02005DESCRIPTION
6 Returns an array of the objects contained in the inventory of
7 ob, or of this_object(), if no arg given.
MG Mud User88f12472016-06-24 23:31:02 +02008
Zesstra715ec202025-07-09 22:18:31 +02009SEE ALSO
Zesstrab6ac9f62020-01-21 11:11:16 +010010 first_inventory(E), next_inventory(E), deep_inventory(E),
11 all_environment(E), environment(E)