22 October 2016
store
.16 October 2016
inventory
.store (Notifications) | |
---|---|
Type | Corrade progressive notification |
Notification | store |
Data | type , store |
Structure | InventoryObjectAddedEventArgs InventoryObjectRemovedEventArgs InventoryObjectUpdatedEventArgs |
Description | Items that are added, removed or updated in Corrade's inventory will be sent via this notification. |
Commands | None. |
Last Changes | Release 9.140 - moved to store . |
Data | Description |
---|---|
type | The type of the notification. |
action | added , removed or updated depending on whether an inventory item has been added, removed or respectively updated. |
name | The name of the item. |
inventory | The inventory UUID of the item. |
parent | The parent inventory UUID of the inventory item. |
owner | The owner UUID of the inventory item. |
new | The new UUID of the updated item. |
old | The old UUID of the updated item. |