nn::nex::MatchmakeRefereeClient::GetStats Member Function

Syntax

qBool GetStats(
     ProtocolCallContext * pCC,
     const qVector< MatchmakeRefereeStatsTarget > & targets,
     qVector< MatchmakeRefereeStats > * stats,
     qVector< qResult > * results
);

Parameters

Name Description
in pCC Call information.
in targets What to get.
out stats Personal statistics (stored in the order they were set in the targets).
out results Obtained result. QSUCCESS(MatchmakeReferee, Success) or QERROR(MatchmakeReferee, StatsNotFound) (stored in the order they were set in the targets).

Return Values

Returns the result of the operation.

Description

Get the personal statistics of the primary associated NEX unique ID for the target principal ID.

Revision History

2013/12/06
Initial version.

CONFIDENTIAL