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 or the lobby expired due to inactivity. |
| ConnectionInterruption | The client is being disconnected from the lobby because the client lost connection. |
| LobbyServerLeft | The lobby's server owner is being disconnected from the lobby because it left the lobby. |
Requirements
Header: PFLobby.h