nn::nex::MatchmakeSession::SetProgressScore Member Function

Syntax

qBool SetProgressScore(
     qUnsignedInt8 progressScore
);

Parameters

Name Description
in progressScore Specifies the application-defined game progress score. You can specify a value from 0 to MAX_PROGRESS_SCORE.

Return Values

Returns false if the game progress score is larger than MAX_PROGRESS_SCORE. Otherwise, sets the game progress score and returns true.

Description

Sets the game progress score.

Sets the game progress score of this matchmaking session.

Revision History

2013/05/20
Initial version.

CONFIDENTIAL