Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.14 KB

File metadata and controls

49 lines (31 loc) · 1.14 KB
author title description ms.author ms.topic ms.service ms.date
ScottMunroMS
PFLobbyInviteReceivedStateChange
Information specific to the *InviteReceived* type of state change.
scmunro
reference
playfab
03/15/2022

PFLobbyInviteReceivedStateChange

Information specific to the InviteReceived type of state change.

Syntax

struct PFLobbyInviteReceivedStateChange : PFLobbyStateChange {  
    PFEntityKey listeningEntity;  
    PFEntityKey invitingEntity;  
    const char* connectionString;  
}  

Members

listeningEntity   PFEntityKey

The entity which is listening for invites and which has been invited.

invitingEntity   PFEntityKey

The entity which has invited the listeningEntity to a lobby.

connectionString   const char*
is null-terminated

The connection string of the lobby to which the listeningEntity has been invited.

Requirements

Header: PFLobby.h

See also

PFLobby members