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

Syntax

qBool GetStats(
     ProtocolCallContext * pCC,
     const MatchmakeRefereeStatsTarget & target,
     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

Gets the personal statistics for the target principal ID.

Returns QERROR(MatchmakeReferee, StatsNotFound) if there are no personal statistics.

Revision History

2013/12/06
Initial version.

CONFIDENTIAL