nn::nex::MatchmakeSessionSearchCriteria::MatchmakeSessionSearchCriteria Constructor

Syntax

MatchmakeSessionSearchCriteria();

MatchmakeSessionSearchCriteria(
     qUnsignedInt32 gameMode,
     MatchmakeSystemType matchmakeSystemType
);

Overloaded Member Functions

MatchmakeSessionSearchCriteria ( ) Instantiates the object.
MatchmakeSessionSearchCriteria ( qUnsignedInt32, MatchmakeSystemType ) Instantiates the object.

Description of MatchmakeSessionSearchCriteria ( )

Instantiates the object. The initial state is an invalid search condition. At minimum, the game mode and matchmaking system type must be specified using the MatchmakeSessionSearchCriteria::SetGameMode and MatchmakeSessionSearchCriteria::SetMatchmakeSystemType functions, respectively. This matches all matchmaking sessions with the specified game mode and matchmaking system type except for sessions without a host, sessions for which a password has been set, and sessions for which participation is locked.

Description of MatchmakeSessionSearchCriteria ( qUnsignedInt32, MatchmakeSystemType )

Instantiates the object. Creates a valid object with the minimum number of required parameters set. This matches all matchmaking sessions with the specified game mode and matchmaking system type except for sessions without a host, sessions for which a password has been set, and sessions for which participation is locked.


CONFIDENTIAL