|
Beamable SDK
|
This class defines the Inventory feature's updates. More...
Public Member Functions | |
| InventoryUpdateBuilder | ApplyVipBonus (bool apply) |
| InventoryUpdateBuilder | CurrencyChange (string contentId, long amount) |
| InventoryUpdateBuilder | AddItem (string contentId, Dictionary< string, string > properties=null) |
| InventoryUpdateBuilder | AddItem (ItemRef itemRef, Dictionary< string, string > properties=null) |
| InventoryUpdateBuilder | DeleteItem (string contentId, long itemId) |
| InventoryUpdateBuilder | DeleteItem< TContent > (long itemId) |
| InventoryUpdateBuilder | DeleteItem< TContent > (InventoryObject< TContent > item) |
| InventoryUpdateBuilder | UpdateItem (string contentId, long itemId, Dictionary< string, string > properties) |
| InventoryUpdateBuilder | UpdateItem< TContent > (long itemId, Dictionary< string, string > properties) |
| InventoryUpdateBuilder | UpdateItem< TContent > (InventoryObject< TContent > item) |
Public Attributes | |
| readonly Dictionary< string, long > | currencies |
| readonly List< ItemCreateRequest > | newItems |
| readonly List< ItemDeleteRequest > | deleteItems |
| readonly List< ItemUpdateRequest > | updateItems |
| bool? | applyVipBonus |
Properties | |
| bool | IsEmpty [get] |
This class defines the Inventory feature's updates.

1.8.17