Facepunch.Steamworks Wiki

Steamworks.ServerList.Favourites

Events

event Action OnChanges
When a new server is added, this function will get called
Called for every responsive server

Fields

A list of servers that responded. If you're only interested in servers that responded since you last updated, then simply clear this list.
A list of servers that were in the master list but didn't respond.

Properties

AppId AppId { get; set; }
Which app we're querying. Defaults to the current app.

Methods

void AddFilter( string key, string value )
void Cancel()
void Dispose()
async Task<bool> RunQueryAsync( float timeoutSeconds = 10 )
Query the server list. Task result will be true when finished