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

Syntax

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

Parameters

Name Description
in pCC Call information.
in target What to get.
out stats Personal statistics.

Return Values

Returns the result of the operation.

Description

Get the personal statistics of all associated NEX unique IDs for the applicable personal ID.

Returns QERROR(MatchmakeReferee, StatsNotFound) if no personal statistics can be found.

Revision History

2013/12/06
Initial version.

CONFIDENTIAL