Facepunch.Steamworks Wiki

Steamworks.Data.LobbyQuery

Methods

only lobbies in the same immediate region will be returned
only lobbies in the same immediate region will be returned
only lobbies in the same immediate region will be returned
Data.LobbyQuery OrderByNear( string key, int value )
Order filtered results according to key/values nearest the provided key/value pair. Can specify multiple near value filters; each successive filter is lower priority than the previous.
async Task<Data.Lobby[]> RequestAsync()
Run the query, get the matching lobbies
Data.LobbyQuery WithEqual( string key, int value )
Numerical filter where value must be equal to the value provided
Data.LobbyQuery WithHigher( string key, int value )
Numerical filter where value is greater than the value provided
Data.LobbyQuery WithKeyValue( string key, string value )
Filter by specified key/value pair; string parameters
Data.LobbyQuery WithLower( string key, int value )
Numerical filter where value is less than the value provided
sets how many results to return, the lower the count the faster it is to download the lobby results
Data.LobbyQuery WithNotEqual( string key, int value )
Numerical filter where value must not equal the value provided
returns only lobbies with the specified number of slots available