Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Reasons the client no longer has access to the Lobby.
Syntax
enum class PFLobbyDisconnectingReason : uint32_t
{
NoLocalMembers = 0,
LobbyDeleted = 1,
ConnectionInterruption = 2,
LobbyServerLeft = 3,
}
Constants
Constant | Description |
---|---|
NoLocalMembers | The client is no longer connected to the lobby because none of the client's local entities are members. |
LobbyDeleted | The client is being disconnected from the lobby because the lobby's server owner deleted the lobby. |
ConnectionInterruption | The client is being disconnected from the lobby because the client lost connection. |
LobbyServerLeft | The client is being disconnected from the lobby because the lobby server left the lobby. |
Requirements
Header: PFLobby.h