game / pragma.inventory / InventoryService / getInventoryV2 /

getInventoryV2 #

suspend fun getInventoryV2(session: PlayerSession, request: InventoryRpc.GetInventoryV2Request): InventoryRpc.GetInventoryV2Response

Retrieves full inventory for player.

PragmaResultErrors

  • PragmaError.InventoryService_CatalogIdNotFound - When player inventory contains a catalog ID that does not exist.
  • PragmaError.InventoryService_GetError - When db retrieve fails.