qBool GetTotalScore( qUnsignedInt32 * totalScore ) const;
Name | Description | |
---|---|---|
out | totalScore | Pointer to the buffer where the retrieved total score is stored. If NULL is passed in, nothing is written. |
Gets the total score.
Gets the total score. Pass NULL
to the parameter to only check whether the parameter is present. For the MatchmakeExtensionClient::AutoMatchmake
function, only if the search criteria is set using the MATCHMAKE_SELECTION_METHOD_SCORE_BASED
, and the local user does not become the owner of the matchmaking session, the total score can be retrieved from a matchmaking session by using the MatchmakeExtensionClient::AutoMatchmake
function.
CONFIDENTIAL