C# Class Playtomic.PlayerLevels

ファイルを表示 Open project: playtomic/gameapi-csharp

Public Methods

Method Description
List ( Hashtable options, Action callback ) : void
Load ( string levelid, PResponse>.Action callback ) : void
Rate ( string levelid, int rating, Action callback ) : void
Save ( PlayerLevel level, PResponse>.Action callback ) : void

Private Methods

Method Description
ProcessLevels ( PResponse response, Hashtable data, List &levels, int &numlevels ) : void
SendListRequest ( string section, string action, Hashtable postdata, Action callback ) : void
SendSaveLoadRequest ( string section, string action, Hashtable postdata, PResponse>.Action callback ) : void

Method Details

List() public static method

public static List ( Hashtable options, Action callback ) : void
options System.Collections.Hashtable
callback Action
return void

Load() public static method

public static Load ( string levelid, PResponse>.Action callback ) : void
levelid string
callback PResponse>.Action
return void

Rate() public static method

public static Rate ( string levelid, int rating, Action callback ) : void
levelid string
rating int
callback Action
return void

Save() public static method

public static Save ( PlayerLevel level, PResponse>.Action callback ) : void
level PlayerLevel
callback PResponse>.Action
return void