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.
Handler for when an entity on this client has received an invite to a lobby.
public delegate void OnLobbyInviteReceivedHandler(PFEntityKey listeningEntity,
PFEntityKey invitingEntity, string connectionString);
| parameter | description |
|---|---|
| listeningEntity | The entity which is listening for invites and which has been invited. |
| invitingEntity | The entity which has invited the listeningEntity to a lobby. |
| connectionString | The connection string of the lobby to which the listeningEntity has been invited. |
See Also
- class PFEntityKey
- class PlayFabMultiplayer
- namespace PlayFab.Multiplayer