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 why a member was removed from a lobby.
Syntax
enum class PFLobbyMemberRemovedReason : uint32_t
{
LocalUserLeftLobby = 0,
LocalUserForciblyRemoved = 1,
RemoteUserLeftLobby = 2,
}
Constants
| Constant | Description |
|---|---|
| LocalUserLeftLobby | The local user is being removed because the title called PFLobbyLeave(). |
| LocalUserForciblyRemoved | The local user entity was forcibly removed by the owner. |
| RemoteUserLeftLobby | The remote user has been removed from the lobby. It is unspecified whether they left voluntarily or if they were forcibly removed by the owner. |
Requirements
Header: PFLobby.h