qBool GetRound( ProtocolCallContext * pCC, qUnsignedInt64 roundId, MatchmakeRefereeRound * round );
Name | Description | |
---|---|---|
in | pCC | Call information. |
in | roundId | Target round ID. |
out | round | Round data. |
Gets the round.
If summarizing has completed, gets the normalized report.
If there is no target round to get, QERROR(MatchmakeReferee, RoundNotFound)
is returned.
CONFIDENTIAL