Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.02 KB

File metadata and controls

43 lines (30 loc) · 1.02 KB
author title description ms.author ms.topic ms.service ms.date
ScottMunroMS
PFLobbyMemberRemovedReason
Reasons why a member was removed from a lobby.
scmunro
reference
playfab
01/03/2022

PFLobbyMemberRemovedReason

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

See also

PFLobby members