CTR NEX API Reference
nn::nex::MatchmakeRefereeStatsInitParam クラス

個人統計の初期値を表すクラスです。 [詳解]

#include <RendezVous/Services/Jugem/MatchmakeReferee/src/Common/MatchmakeRefereeStatsInitParam.h>

DDLCLASSMatchmakeRefereeStatsInitParamを継承しています。

公開メンバ関数

 MatchmakeRefereeStatsInitParam ()
 コンストラクタです。
 
virtual ~MatchmakeRefereeStatsInitParam ()
 デストラクタです。
 
qUnsignedInt32 GetCategory () const
 カテゴリを取得します。 [詳解]
 
qUnsignedInt32 GetInitialRatingValue () const
 レートの初期値を取得します。 [詳解]
 
void Reset ()
 オブジェクトをデフォルトコンストラクタで生成した状態に初期化します。
 
void SetCategory (qUnsignedInt32 category_)
 カテゴリをセットします。 [詳解]
 
void SetInitialRatingValue (qUnsignedInt32 initialRatingValue_)
 レートの初期値をセットします。 [詳解]
 

詳解

個人統計の初期値を表すクラスです。

関数詳解

void nn::nex::MatchmakeRefereeStatsInitParam::SetInitialRatingValue ( qUnsignedInt32  initialRatingValue_)

レートの初期値をセットします。

引数
[in]initialRatingValue_レートの初期値。
qUnsignedInt32 nn::nex::MatchmakeRefereeStatsInitParam::GetInitialRatingValue ( ) const

レートの初期値を取得します。

戻り値
レートの初期値。
void nn::nex::MatchmakeRefereeStatsInitParam::SetCategory ( qUnsignedInt32  category_)

カテゴリをセットします。

引数
[in]category_カテゴリ。
qUnsignedInt32 nn::nex::MatchmakeRefereeStatsInitParam::GetCategory ( ) const

カテゴリを取得します。

戻り値
カテゴリを。