Page cover

Game Server Browser Manager

Like what your seeing?

Introduction

Meant to be added to your Server Browser UI this component simplifies the process of querying Steam Game Servers.

Before you can browse game servers you need to have game servers.

Read Steam Game Servers article before continuing

Namespace

using HeathenEngineering.SteamworksIntegration;

Definition

public class GameServerBrowserManager : MonoBehaviour

Events

evtSearchComplete

Invoked when a search request completes.

Methods

Get All Favorites

Returns the list of favorite servers

Get All Friends

Returns the list of friend servers

Get All History

Returns the list of historical servers

Get All Internet

Returns the list of internet (non-LAN) servers

Get All LAN

Returns the list of LAN servers

Get All Spectator

Returns the list of Spectator servers

Get Server list

Returns a list of servers based on the type provided

Ping Server

Fetches updated data for the target server

Player Details

Clears the player list then requests fresh player data from Valve

Server Rules

Clears the rules list then requests fresh rule data from Valve

Last updated