Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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