Game Instance Service #

Game Instance Service

The Game Instance service is responsible for tracking in-progress game instances, receiving events from the game server, and executing all end of game processing. In tandem with the Session service, the Game Instance service helps reconnect disconnected players to ongoing game instances.

After game player results are processed, the players are automatically returned to the party service to resume the game loop from there.

Contents #

TopicDescription
Game Instance Key ConceptsTrack in-progress game instances, receive events from the game server, and execute all game end processing.
Game Instance Service TasksGame Instance tasks.
All Methods, Calls, and EventsAll methods, calls, and events for the Game Instance service.