findItem

fun findItem(item: String, includeInvisibleItems: Boolean = false): Item?

Find an Item in this Room, specified by item. If includeInvisibleItems is true then items that aren't visible to the player are included.