Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Information specific to the InviteReceived type of state change.
Syntax
struct PFLobbyInviteReceivedStateChange : PFLobbyStateChange {
PFEntityKey listeningEntity;
PFEntityKey invitingEntity;
const char* connectionString;
const char* lobbyId;
}
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.
lobbyId const char*
is null-terminated
The ID of the lobby to which the listeningEntity has been invited.
Requirements
Header: PFLobby.h