Enum LobbyDistanceFilter
- Namespace
- SharpPluginLoader.Core.Steam
- Assembly
- SharpPluginLoader.Core.dll
The different distance filters for lobbies. See https://partner.steamgames.com/doc/api/ISteamMatchmaking#ELobbyDistanceFilter
public enum LobbyDistanceFilter
Fields
Close = 0
Only lobbies in the same immediate region will be returned.
Default = 1
Only lobbies in the same region or nearby regions will be returned.
Far = 2
For games that don't have many latency requirements, will return lobbies about half-way around the globe.
WorldWide = 3
No filtering, will match lobbies as far as India to NY (not recommended, expect multiple seconds of latency between the clients).