Properties & Fields

FieldTypeDescription
openInventoryButtonButtonButton that opens the item selection window. Displays the currently selected item's icon when an item is chosen.

Methods

MethodDescription
OpenInventory()Opens ItemsListWindow with a callback that calls SetItem() when the player selects an item.
SetItem(Item item)Binds the item to the underlying Instruction_Use and updates the button icon.
LoadItem(Item item)Updates the button icon without modifying the instruction — used when loading a saved sheet.
ℹ️