Method GetAllPlayersInventoryItemsAsync
GetAllPlayersInventoryItemsAsync()
Gets all the PlayersInventoryItems of this inventory item for the currently signed in player
Declaration
public Task<GetInventoryResult> GetAllPlayersInventoryItemsAsync()
Returns
Type | Description |
---|---|
Task<GetInventoryResult> | A GetInventoryResult with all the PlayersInventoryItems of this inventory item |