game-common / pragma.gameinstance / GameInstancePlugin /
GameInstancePlugin #
interface GameInstancePlugin
GameInstancePlugin is used to define custom interactions throughout the lifecycle of a game instance.
Functions #
Name | Summary |
---|---|
Called to prepare any custom data to send to the player client when they are joining a game. | |
Called to prepare any custom data to send to the game server when a player is joining a game. | |
Called to prepare any custom data to provide to the game server when the game server has been allocated to a game. | |
Called when the game is ending to prepare any custom data to send to players from the game. | |
Called when players are removed from the game to prepare any custom data to send to the removed players. | |
Called to perform updates to a running game instance. |