Steamworks.Data.LobbyQuery
Methods
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.
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
Data.LobbyQuery WithMaxResults( int max )
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
Data.LobbyQuery WithSlotsAvailable( int minSlots )
returns only lobbies with the specified number of slots available