Enum SteamDistance
How far to search for lobbies.
Close - Only lobbies in the same immediate region will be returned.
Default - Only lobbies in the same region or nearby regions will be returned.
Far - For games that don't have many latency requirements, will return lobbies about half-way around the globe.
Worldwide - No filtering, will match lobbies as far as India to NY (not recommended, expect multiple seconds of latency between the clients).
Namespace: KaijuSolutions.SteamMultiplayerEngine
Syntax
public enum SteamDistance
Fields
Name | Description |
---|---|
Close | Only lobbies in the same immediate region will be returned. |
Default | Only lobbies in the same region or nearby regions will be returned. |
Far | For games that don't have many latency requirements, will return lobbies about half-way around the globe. |
Worldwide | No filtering, will match lobbies as far as India to NY (not recommended, expect multiple seconds of latency between the clients). |