game-common / pragma.gameinstance / GameInstancePlugin / buildExtGameStart /
buildExtGameStart #
open suspend fun buildExtGameStart(gameInstance: 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 #
gameInstance | The game instance that a game server is being allocated to. |