This class defines the Inventory feature's updates.
More...
|
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) |
|
This class defines the Inventory feature's updates.
Related Links
The documentation for this class was generated from the following file:
- client/Packages/com.beamable/Common/Runtime/Api/Inventory/InventoryUpdateBuilder.cs