C# 클래스 Playtomic.PlayerLevels

파일 보기 프로젝트 열기: playtomic/gameapi-csharp

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

List() 공개 정적인 메소드

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

Load() 공개 정적인 메소드

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

Rate() 공개 정적인 메소드

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

Save() 공개 정적인 메소드

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