public sealed class PlayerInventoryChangedEventDescribes one native local-player inventory modification.
Members
KindGets the inventory which changed.propertyItemIdGets the affected item's stable game group ID.propertyItemDisplayNameGets the affected item's localized display name.propertyWasAddedGets whether an item was added; false means it was removed.propertyInventoryGets a fresh snapshot captured after the modification.propertyKind
propertypublic PlayerInventoryKind KindGets the inventory which changed.
ItemId
propertypublic string ItemIdGets the affected item's stable game group ID.
ItemDisplayName
propertypublic string ItemDisplayNameGets the affected item's localized display name.
WasAdded
propertypublic bool WasAddedGets whether an item was added; false means it was removed.
Inventory
propertypublic PlayerInventorySnapshot InventoryGets a fresh snapshot captured after the modification.