Item
Provides an item that can appear in a Game. The item must have a identifier and a description. Optionally the item can be made takeable by setting takeable to true, and an interaction to define how this interacts with various InteractWithItem specified with interaction.
Constructors
Provides an item that can appear in a Game. The item must have a identifier and a description. Optionally the item can be made takeable by setting takeable to true, and a interaction to define how this interacts with various InteractWithItem specified with interaction.
Properties
An AttributeManager that provides management of all Attribute for this Examinable.
A list of CustomCommand that this Examinable provides.
A Description that describes this object.
Provides a callback for handling examination of this object.
An Identifier that can be used to identify this object.
Returns true if visible to the player, else false.
Returns true if the Item can be taken by the PlayableCharacter.
Functions
Examine this object to obtain an ExaminationResult. The scene that the examination occurs in must be specified.
Interact with the specified item.