qBool GetStats( ProtocolCallContext * pCC, const qVector< MatchmakeRefereeStatsTarget > & targets, qVector< MatchmakeRefereeStats > * stats, qVector< qResult > * results );
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). |
Get the personal statistics of the primary associated NEX unique ID for the target principal ID.
CONFIDENTIAL