Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines values that indicate reasons why the team is under selected tournament registration state. DEPRECATED. It will be removed in a future release
Syntax
enum class XblTournamentRegistrationReason : uint32_t
{
Unknown,
RegistrationClosed,
MemberAlreadyRegistered,
TournamentFull,
TeamEliminated,
TournamentCompleted
}
Constants
Constant | Description |
---|---|
Unknown | The reason is unknown. |
RegistrationClosed | The registration for this tournament is closed. |
MemberAlreadyRegistered | One of the team members is already registered for this tournament. |
TournamentFull | The tournament has reached its team registration limit. |
TeamEliminated | The team has been eliminated from the tournament. |
TournamentCompleted | The tournament is completed. |
Member of
XblMultiplayerTournamentsServer
Requirements
Header: multiplayer_c.h