MGL(Win32)
読み取り中…
検索中…
一致する文字列を見つけられません
mgl_leaderboard_defs.h ファイル

MGL リーダーボード関連各種定義 [詳解]

[ソースコード]

クラス

struct  MGL::Leaderboard::EntryData
 エントリデータ [詳解]
 
struct  MGL::Leaderboard::FetchResults
 エントリ取得結果 [詳解]
 
struct  MGL::Leaderboard::ReportResults
 エントリ送信結果 [詳解]
 

型定義

using MGL::Leaderboard::OptionDataArray = STL::vector<uint32_t>
 オプションデータ配列の型
 

列挙型

enum class  MGL::Leaderboard::SortType : uint8_t { Descending , Ascending }
 ソートタイプ [詳解]
 
enum class  MGL::Leaderboard::PlayerScope : uint8_t { Global , Friend }
 プレイヤーのスコープ [詳解]
 

変数

constexpr Identifier MGL::Leaderboard::kInvalidIdentifier = 0xFFFFFFFF
 無効な識別子を表す定数
 

詳解

MGL リーダーボード関連各種定義

日付
Since: September 4, 2021. 1:32:07 JST.
著者
Acerola

列挙型詳解

◆ PlayerScope

enum class MGL::Leaderboard::PlayerScope : uint8_t
strong

プレイヤーのスコープ

列挙値
Global 

全体

Friend 

フレンドのみ

◆ SortType

enum class MGL::Leaderboard::SortType : uint8_t
strong

ソートタイプ

列挙値
Descending 

降順(大→小)

Ascending 

昇順(小→大)