ResolveServerIdOptions: {
    game: Game;
    ipv4: string;
    port: number;
}

Type declaration

  • game: Game

    The game the server is running

  • ipv4: string

    The (publicly accessible) IPv4 address of the server

  • port: number

    The game-port the server is running on