game / pragma.gameinstance / GameInstanceService / createV1 /

createV1 #

suspend fun createV1(session: PlayerSession, request: GameInstanceRpc.CreateV1Request): GameInstanceRpc.CreateV1Response

Create a game. Invokes the GameInstancePlugin.handlePlayerCreateRequest function to customize the newly created game instance.

To deny the player from creating the game instance, throw an application error in the plugin.