Table of Contents

Enum LobbyComparison

Namespace
SharpPluginLoader.Core.Steam
Assembly
SharpPluginLoader.Core.dll

The different comparison types for lobbies. See https://partner.steamgames.com/doc/api/ISteamMatchmaking#ELobbyComparison

public enum LobbyComparison

Fields

Equal = 0

The lobbies value must be equal to this one.

EqualToOrGreaterThan = 2

The lobbies value must be equal to or greater than this one.

EqualToOrLessThan = -2

The lobbies value must be equal to or less than this one.

GreaterThan = 1

The lobbies value must be greater than this one.

LessThan = -1

The lobbies value must be less than this one.

NotEqual = 3

The lobbies value must not be equal to this one.