You are viewing documentation for version 0.5.0. View latest version

game / pragma.inventory / InventoryService / getInventoryOperatorV1 /

getInventoryOperatorV1 #

suspend fun getInventoryOperatorV1( session: OperatorSession, request: InventoryRpc.GetInventoryOperatorV1Request ): InventoryRpc.GetInventoryOperatorV1Response

Retrieves full inventory for a player.

PragmaResultErrors

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