enum MatchmakeSystemType;
Value | Description |
---|---|
MATCHMAKE_SYSTEM_TYPE_INVALID | Disabled. |
MATCHMAKE_SYSTEM_TYPE_ANYBODY | Anybody can participate. |
MATCHMAKE_SYSTEM_TYPE_FRIEND | Only the owner and friends can join. |
MATCHMAKE_SYSTEM_TYPE_FRIEND_INVITE | Only invited guests, the owner, and friends can join. (Not usable.) |
MATCHMAKE_SYSTEM_TYPE_ANYBODY_INVITE | Only invited individuals can join. (Not usable.) |
MATCHMAKE_SYSTEM_TYPE_PERSISTENT_GATHERING | Persistent gathering matches. This type exists to maintain compatibility with earlier versions. |
MATCHMAKE_SYSTEM_TYPE_COMMUNITY | Community matchmaking. (We recommend using a persistent gathering because communities have been deprecated.) |
MATCHMAKE_SYSTEM_TYPE_END | Enumerator end. (Not usable.) |
Enumerated type indicating the type of matchmaking.
Currently, the types that can be specified are MATCHMAKE_SYSTEM_TYPE_ANYBODY
, MATCHMAKE_SYSTEM_TYPE_FRIEND
, MATCHMAKE_SYSTEM_TYPE_PERSISTENT_GATHERING
, and MATCHMAKE_SYSTEM_TYPE_COMMUNITY
.
CONFIDENTIAL