nn::nex::MatchmakeSystemType Enumerated Type

Syntax

enum MatchmakeSystemType;

Value

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.)

Description

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.

Revision History

2013/03/28
Revised the values that can be specified.
2013/01/11
Added persistent gathering matches.
2013/07/30
Added a note that use of the community feature is not recommended.
2011/01/27
Initial version.

CONFIDENTIAL