Document
Introduction
Summary
arcalet ?
Capabilities
Object Model
arcalet API
Synchronization
Event Processing
Callback
API Class
Objects Summary
Error Code
Reference
ArcaletGame
Constructor
Method
Property
Event
ArcaletScene
Constructor
Method
Property
Event
ArcaletItem
Method
Super User
ArcaletScore
Method
Super User
ArcaletShop
Method
ArcaletSystem
Method
ArcaletThreadPool
Method
ReferenceArcaletScore 》 Super User

Super User

public static void suCommitLeaderBoard(ArcaletGame game, string userid,string lguid, int tag, string score,OnCallCompletion cb, object token)
public static void suCommitLeaderBoard(ArcaletGame game, string userid,string lguid, int tag, string score, string note, OnCallCompletion cb, object token)
public static void suRecordPlayerScore(ArcaletGame game,string userid, int tag,string score,OnCallCompletion cb, object token)
public static void suGetPlayerScore(ArcaletGame game,string userid, int tag, int orderby, int order,string startDate,string endDate,OnCallCompletionWithData cb, object token)
public static void suGetPlayerScore(ArcaletGame game,string userid, int tag, int orderby, int order,string startDate,string endDate,OnCallCompletionWithData cb, object token,int Num)
public static void suGetLeaderBoard(ArcaletGame game, string userid, string lguid, int type,OnCallCompletionWithData cb, object token)
public static void suGetLeaderBoard(ArcaletGame game, string userid, string lguid, int type,OnCallCompletionWithData cb, object token,int Num)
public static void suGetLeaderBoard(ArcaletGame game, string userid, string lguid, int type, int orderby, OnCallCompletionWithData cb, object token)
public static void suGetLeaderBoard(ArcaletGame game, string userid, string lguid, int type, int orderby, OnCallCompletionWithData cb, object token,int Num)
public static void suGetPlayerRank(ArcaletGame game, string userid, string lguid, int type, OnCallCompletionWithData cb, object token)
Was this page helpful?
Yes No