ObjectisKnown
calling form | description |
---|---|
ObjectisKnown(object) |
Returns true if the object is known to the player. |
Among other things, it is called by FindObject
and must return true for FindObject to work.
For this reason, the Hugo Book recommends
replacing ObjectisKnown
with a routine that
unconditionally returns true if your game requires
FindObject to work with unknown
objects.