Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.02 KB

File metadata and controls

42 lines (27 loc) · 1.02 KB
author title description ms.author ms.topic ms.service ms.date
ScottMunroMS
PFLobbyDisconnectedStateChange
Information specific to the *Disconnected* type of state change.
scmunro
reference
playfab
03/15/2022

PFLobbyDisconnectedStateChange

Information specific to the Disconnected type of state change.

Syntax

struct PFLobbyDisconnectedStateChange : PFLobbyStateChange {  
    PFLobbyHandle lobby;  
}  

Members

lobby   PFLobbyHandle
must not be null

The lobby that has disconnected.

Remarks

This state change signals that the lobby has completed disconnecting. This is the last state change that will be provided for this lobby object. Once this state change is returned to PFMultiplayerFinishProcessingLobbyStateChanges(), the Lobby object memory will become invalid.

Requirements

Header: PFLobby.h

See also

PFLobby members