game-common / pragma.gameinstance / GameInstancePlugin / buildExtGameStart /
buildExtGameStart #
open suspend fun buildExtGameStart(gameInstance: GameInstance.GameInstance): ExtGameStart
Called to prepare any custom data to send to the game server when the game server has been allocated a game.
Used by:
- GameInstance.getGameStartDataV1
Return #
An ExtGameStart payload declaring any custom data to send to the game server for this game instance.
Parameters #
gameInstance | The game to start. |