.DT
find_inv_match
Discworld room help
find_inv_match

Name
.SI 5
find_inv_match - Inventory used by find_match.
.EI

Syntax
.SI 5
object *find_inv_match();
.EI

Description
.SP 5 5
Returns the inventory used by find_match for the room/container.  This
is used so that object which are in the room, but are not will work.
An example of this sort of object are doors and items.  They match with
find_match, but as they are not actually in the room they do not
show up on the inventory list.
.EP

See also
.SP 5 5
find_match
.EP
