GCKLobbyState.h File

  • This documentation describes the GCKLobbyState enum, which defines the different states of a game lobby.

  • The GCKLobbyState enum has three possible values: GCKLobbyStateUnknown, GCKLobbyStateOpen, and GCKLobbyStateClosed.

  • GCKLobbyStateUnknown represents an unknown lobby state, GCKLobbyStateOpen signifies a lobby that is open and accepting players, and GCKLobbyStateClosed indicates a lobby that is closed and not accepting players.

GCKLobbyState.h File Reference

GCKLobbyState enum. More...

Enumerations

enum  GCKLobbyState { GCKLobbyStateUnknown = 0, GCKLobbyStateOpen = 1, GCKLobbyStateClosed = 2 }
 An enum describing game lobby states. More...
 

Detailed Description

GCKLobbyState enum.

Enumeration Type Documentation

An enum describing game lobby states.

Enumerator
GCKLobbyStateUnknown 

Unknown lobby state.

GCKLobbyStateOpen 

Lobby is open and accepting players to join.

GCKLobbyStateClosed 

Lobby is closed and not accepting players.