nn::nex::MatchmakeSessionSearchCriteria::SetMatchmakeSystemType Member Function

Syntax

void SetMatchmakeSystemType(
     MatchmakeSystemType matchmakeSystemType
);

Parameters

Name Description
in matchmakeSystemType Matchmaking system type.

Return Values

None.

Description

Specifies the matchmaking system type to search for.

Specifies the matchmaking system type to search for. You must specify a value for this option. When MATCHMAKE_SYSTEM_TYPE_PERSISTENT_GATHERING is specified, the gathering ID of the persistent gathering must be set for the 0th attribute using the SetAttribute function.

Revision History

2014/10/08
Added that this function requires specifying the matchmaking system type. It is required starting with NEX 3.8. Changed the argument type from const qUnsignedInt32& to MatchmakeSystemType.
2014/04/10
Removed "community" from the description.
2013/03/26
Noted that persistent gathering matchmaking or community matchmaking are excluded from the search targets when no value has been specified.
2011/01/27
Initial version.

CONFIDENTIAL