qBool GetStartRoundParam( ProtocolCallContext * pCC, qUnsignedInt64 roundId, MatchmakeRefereeStartRoundParam * param );
Name | Description | |
---|---|---|
in | pCC | Call information. |
in | roundId | Round ID to get. |
out | param | Parameters set with the StartRound function. |
Gets the parameters set with the StartRound
function.
If there is target round to get, QERROR(MatchmakeReferee, RoundNotFound)
is returned.
CONFIDENTIAL