game / pragma.gameinstance / GameInstanceService / updatePlayerPartyServiceV1 /

updatePlayerPartyServiceV1 #

suspend fun updatePlayerPartyServiceV1(session: ServiceSession, request: GameInstanceRpc.UpdatePlayerPartyServiceV1Request): GameInstanceRpc.UpdatePlayerPartyServiceV1Response

Updates a given game instance with a player’s new party id.

PragmaResultErrors

  • PragmaError.GameInstanceService_UnknownGameInstanceId - If specified game instance was not found.
  • PragmaError.GameInstanceService_InternalError - If a lock on the specified game instance could not be held.