Enum SteamPopulationMode
How to handle sorting lobbies based on player counts.
Most Players - Sort by highest current player count and then by highest capacity.
None - Don't sort by player count.
Least Players - Sort by lowest current player count and then by lowest capacity.
Namespace: KaijuSolutions.SteamMultiplayerEngine
Syntax
public enum SteamPopulationMode : byte
Fields
Name | Description |
---|---|
LeastPlayers | Sort by lowest current player count and then by lowest capacity. |
MostPlayers | Sort by highest current player count and then by highest capacity. |
None | Don't sort by player count. |