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 );
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. |
Returns QERROR(MatchmakeReferee, StatsNotFound)
if there are no personal statistics.
Returns QERROR(MatchmakeReferee, StatsNotFound)
if no personal statistics can be found.
CONFIDENTIAL