game-common / pragma.party / GameServerCompatibilityPlugin / getValidGameClientVersions /

getValidGameClientVersions #

abstract fun getValidGameClientVersions(): List<String>

Used to retrieve a list of valid game client versions that will be passed into the Client SDK when a party is shutdown in order to notify clients to update their GameClientVersions for PartyRpc.RemovalReason.GAME_CLIENTS_INCOMPATIBLE_WITH_GAME_SERVER.

Used by:

  • PartyProxy.calculateGameServerVersionOrShutDownParty

Return #

A list of all currently valid GameClientVersions.