Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
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