game-common / pragma.gameinstance / GameInstancePlugin / buildExtGameStart /
buildExtGameStart #
open suspend fun buildExtGameStart(gameInstance: GameInstance.GameInstance): ExtGameStart
Called to prepare any custom data to provide to the game server when the game server has been allocated to a game.
Used by:
- GameInstanceService.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. |