Enum SteamLobbyMode
The mode of the lobby which controls what players can join. Regardless of the mode set, no players can join if there is no space left or the lobby is not set to be open.
Invite Only - Only players invited by current lobby members can join. Does not show up in searches.
Invite and Friends - Friends of lobby members or players invited by current lobby members can join. Does not show up in searches.
Public - Anyone may join, and your friends can see you are in a lobby. Shows up in searches.
Invisible - Anyone can join, but not visible to your friends. Shows up in searches.
Namespace: KaijuSolutions.SteamMultiplayerEngine
Syntax
public enum SteamLobbyMode
Fields
Name | Description |
---|---|
Invisible | Anyone can join, but not visible to your friends. Shows up in searches. |
InviteAndFriends | Friends of lobby members or players invited by current lobby members can join. Does not show up in searches. |
InviteOnly | Only players invited by current lobby members can join. Does not show up in searches. |
Public | Anyone may join, and your friends can see you are in a lobby. Shows up in searches. |