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

Syntax

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

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

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

List of Overloaded Member Functions

GetStats ( ProtocolCallContext *, const MatchmakeRefereeStatsTarget &, MatchmakeRefereeStats * ) Gets the personal statistics for the target principal ID.
GetStats ( ProtocolCallContext *, const qVector< MatchmakeRefereeStatsTarget > &, qVector< MatchmakeRefereeStats > *, qVector< qResult > * ) Get the personal statistics of the primary associated NEX unique ID for the target principal ID.
GetStats ( ProtocolCallContext *, const MatchmakeRefereeStatsTarget &, qVector< MatchmakeRefereeStats > * ) Get the personal statistics of all associated NEX unique IDs for the applicable personal ID.

Description of GetStats ( ProtocolCallContext *, const MatchmakeRefereeStatsTarget &, MatchmakeRefereeStats * )

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

Description of GetStats ( ProtocolCallContext *, const qVector< MatchmakeRefereeStatsTarget > &, qVector< MatchmakeRefereeStats > *, qVector< qResult > * )

Description of GetStats ( ProtocolCallContext *, const MatchmakeRefereeStatsTarget &, qVector< MatchmakeRefereeStats > * )

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


CONFIDENTIAL