nn::nex::UpdateMatchmakeSessionParam::SetProgressScore Member Function

Syntax

qBool SetProgressScore(
     qUnsignedInt8 progressScore
);

Parameters

Name Description
in progressScore The new 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.

Revision History

2014/07/02
Initial version.

CONFIDENTIAL