You are viewing documentation for version 0.0.101. View latest version

game / pragma.party / PartyService / developmentOverrideGameServerVersionV1 /

developmentOverrideGameServerVersionV1 #

suspend fun developmentOverrideGameServerVersionV1( session: PlayerSession, request: PartyRpc.DevelopmentOverrideGameServerVersionV1Request ): PartyRpc.DevelopmentOverrideGameServerVersionV1Response

Development override feature for game server versions. Manually overrides a party’s game server version, and disables any future game server version calculations from occurring within that party.

Request validation:

If the config option PartyConfig.enableLocalGameServerVersions is disabled, does nothing and throws PragmaError.PartyService_OverrideGameServerVersionDisabled.