Skip to content

ItemResult

Result of a single-item operation. Returned by: harvester.store(), inventory.drop()

FieldReturnsMeaning
.statusstring"ok", "empty", "inventory_full", or "invalid_slot", narrowed further by the command that returned it
.messagestringPlayer-readable explanation
.item_idstring or NoneStable id of the item moved or destroyed; None when no item changed

See Command Results for the shared result model.