MGL リーダーボードサーバのデリゲートクラス  
 [詳解]
#include <mgl_leaderboard_server_delegate.h>
◆ DownloadClipData()
  
  
      
        
          | virtual bool MGL::Leaderboard::ServerDelegate::DownloadClipData  | 
          ( | 
          uint64_t |           clipID | ) | 
           | 
         
       
   | 
  
pure virtualnoexcept   | 
  
 
 
◆ FetchEntryData()
  
  
      
        
          | virtual bool MGL::Leaderboard::ServerDelegate::FetchEntryData  | 
          ( | 
          Identifier |           identifier,  | 
         
        
           | 
           | 
          uint32_t |           startRank,  | 
         
        
           | 
           | 
          uint32_t |           requestSize,  | 
         
        
           | 
           | 
          PlayerScope |           playerScope ) | 
         
       
   | 
  
pure virtualnoexcept   | 
  
 
エントリデータを取得 
- 引数
 - 
  
    | [in] | identifier | リーダーボードの識別子  | 
    | [in] | startRank | 取得する最初の順位  | 
    | [in] | requestSize | 取得するエントリ数  | 
    | [in] | playerScope | 取得するプレイヤーのスコープ  | 
  
   
- 戻り値
 - 
  
  
 
 
 
◆ FetchEntryDataAroundUser()
  
  
      
        
          | virtual bool MGL::Leaderboard::ServerDelegate::FetchEntryDataAroundUser  | 
          ( | 
          Identifier |           identifier,  | 
         
        
           | 
           | 
          uint32_t |           requestSize,  | 
         
        
           | 
           | 
          PlayerScope |           playerScope ) | 
         
       
   | 
  
pure virtualnoexcept   | 
  
 
プレイヤーの順位を中心にエントリデータを取得 
- 引数
 - 
  
    | [in] | identifier | リーダーボードの識別子  | 
    | [in] | requestSize | 取得するエントリ数  | 
    | [in] | playerScope | 取得するプレイヤーのスコープ  | 
  
   
- 戻り値
 - 
  
  
 
 
 
◆ GetClipData()
  
  
      
        
          | virtual const ClipData & MGL::Leaderboard::ServerDelegate::GetClipData  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
nodiscardpure virtualnoexcept   | 
  
 
ダウンロードしたクリップデータを取得 
- 戻り値
 - クリップデータ 
 
 
 
◆ GetClipDataUploadResults()
  
  
      
        
          | virtual ClipData::ErrorType MGL::Leaderboard::ServerDelegate::GetClipDataUploadResults  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
nodiscardpure virtualnoexcept   | 
  
 
クリップデータのアップロード結果を取得 
- 戻り値
 - クリップデータのエラータイプ.成功している場合はErrorType::None 
 
 
 
◆ GetFetchedData()
  
  
      
        
          | virtual const FetchResults & MGL::Leaderboard::ServerDelegate::GetFetchedData  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
nodiscardpure virtualnoexcept   | 
  
 
 
◆ GetReportResults()
  
  
      
        
          | virtual const ReportResults & MGL::Leaderboard::ServerDelegate::GetReportResults  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
nodiscardpure virtualnoexcept   | 
  
 
 
◆ Initialize()
  
  
      
        
          | virtual bool MGL::Leaderboard::ServerDelegate::Initialize  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
pure virtualnoexcept   | 
  
 
 
◆ IsProcessing()
  
  
      
        
          | virtual bool MGL::Leaderboard::ServerDelegate::IsProcessing  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
nodiscardpure virtualnoexcept   | 
  
 
 
◆ ReportScore()
  
  
      
        
          | virtual bool MGL::Leaderboard::ServerDelegate::ReportScore  | 
          ( | 
          Identifier |           identifier,  | 
         
        
           | 
           | 
          uint64_t |           score,  | 
         
        
           | 
           | 
          const STL::vector< uint32_t > & |           options ) | 
         
       
   | 
  
pure virtualnoexcept   | 
  
 
スコアの送信 
- 引数
 - 
  
    | [in] | identifier | リーダーボードの識別子  | 
    | [in] | score | 送信するスコア  | 
    | [in] | options | 送信するオプションデータ  | 
  
   
- 戻り値
 - 
  
  
 
 
 
◆ UploadClipData()
  
  
      
        
          | virtual bool MGL::Leaderboard::ServerDelegate::UploadClipData  | 
          ( | 
          Identifier |           identifier,  | 
         
        
           | 
           | 
          const ClipData & |           clipData ) | 
         
       
   | 
  
pure virtualnoexcept   | 
  
 
クリップデータの送信 
- 引数
 - 
  
    | [in] | identifier | リーダーボードの識別子  | 
    | [in] | clipData | 送信するクリップデータ  | 
  
   
- 戻り値
 - 
  
  
 
 
 
このクラス詳解は次のファイルから抽出されました: