game-common / pragma.gameinstance / GameInstancePlugin / buildExtGameStart /

buildExtGameStart #

open suspend fun buildExtGameStart(gameInstanceSnapshot: GameInstance.GameInstance): ExtGameStart

Called to prepare any custom data about the game instance to send to the game server when the game server is allocated.

Return #

The payload to send to the game server.

Parameters #

gameInstanceSnapshot

The game instance that a game server is being allocated to.