nn::nex::MatchmakeParam::GetSettingIndex Member Function

Syntax

qBool GetSettingIndex(
     qUnsignedInt32 * settingIndex
) const;

Parameters

Name Description
out settingIndex Pointer to the buffer where the retrieved setting index is stored. If NULL is passed in, nothing is written.

Return Values

Whether the parameter was set in this object.

Description

Gets the setting index.

Get the setting index for the score conversion table. Pass NULL to the parameter to only check whether the parameter is present. This parameter is not included in the MatchmakeParam object in the MatchmakeSession retrieved from the server.

Revision History

2013/12/05
Initial version.

CONFIDENTIAL