Skip to main content
Version: SDK-5.11.2

LeaveGameServer

public void LeaveGameServer();

Description

Attempts to terminate the connection with the in-game server.

  • Even if this method is not called explicitly, connection with the in-game server will be terminated automatically when the game ends in the game room and the overall result is compiled.

Example

Backend.Match.LeaveGameServer();