game-common / pragma.gameinstance / GameInstancePlugin / updateGameInstance /
updateGameInstance #
open suspend fun updateGameInstance(gameInstance: GameInstance.GameInstance, requestExt: ExtUpdateGameInstanceRequest)
Called to perform updates to a running game instance.
Used by:
- GameInstanceService.updateGameInstanceV1
Parameters #
| gameInstance | The game being updated. | 
| requestExt | The custom payload defining what updates to perform to the game instance. |