NetworkSession Events
Public Events
Name | Description | |
---|---|---|
GameEnded | Occurs when the game moves from gameplay to the lobby. | |
GamerJoined | Occurs when a new player joins a multiplayer session. | |
GamerLeft | Occurs when a player leaves the multiplayer session. | |
GameStarted | Occurs when the game moves from the lobby into actual gameplay. | |
HostChanged | Occurs when the session host has changed. | |
InviteAccepted | Event that occurs when a user has accepted an invitation to join a network session. | |
SessionEnded | Occurs when the multiplayer session ends. | |
WriteArbitratedLeaderboard | Notifies the game of its final chance to write data to arbitrated leaderboards for the specified player. | |
WriteTrueSkill | Notifies the game of its final chance to write TrueSkill data for the specified player. | |
WriteUnarbitratedLeaderboard | Notifies the game of its final chance to write data to unarbitrated leaderboards for the specified player. |