C# 클래스 SteamWebAPI.SteamUserStats

상속: SteamWebRequest
파일 보기 프로젝트 열기: babelshift/SteamWebAPI 1 사용 예제들

공개 메소드들

메소드 설명
GetGlobalAchievementPercentagesForAppAsync ( uint appId ) : Task>
GetGlobalStatsForGameAsync ( uint appId, uint statCount, IList statNames ) : void
GetGlobalStatsForGameAsync ( uint appId, uint statCount, IList statNames, System.DateTime startDate, System.DateTime endDate ) : void

I do not know how to form the "name[0]" parameter of this request

GetNumberOfCurrentPlayersAsync ( uint appId ) : Task
GetPlayerAchievementsAsync ( ulong steamId, uint appId, string language = "" ) : Task
GetSchemaForGameAsync ( uint appId, string language = "" ) : Task
GetUserStatsForGameAsync ( ulong steamId, uint appId ) : Task
SteamUserStats ( WebRequestParameter developerKey ) : System

메소드 상세

GetGlobalAchievementPercentagesForAppAsync() 공개 메소드

public GetGlobalAchievementPercentagesForAppAsync ( uint appId ) : Task>
appId uint
리턴 Task>

GetGlobalStatsForGameAsync() 공개 메소드

public GetGlobalStatsForGameAsync ( uint appId, uint statCount, IList statNames ) : void
appId uint
statCount uint
statNames IList
리턴 void

GetGlobalStatsForGameAsync() 공개 메소드

I do not know how to form the "name[0]" parameter of this request
public GetGlobalStatsForGameAsync ( uint appId, uint statCount, IList statNames, System.DateTime startDate, System.DateTime endDate ) : void
appId uint
statCount uint
statNames IList
startDate System.DateTime
endDate System.DateTime
리턴 void

GetNumberOfCurrentPlayersAsync() 공개 메소드

public GetNumberOfCurrentPlayersAsync ( uint appId ) : Task
appId uint
리턴 Task

GetPlayerAchievementsAsync() 공개 메소드

public GetPlayerAchievementsAsync ( ulong steamId, uint appId, string language = "" ) : Task
steamId ulong
appId uint
language string
리턴 Task

GetSchemaForGameAsync() 공개 메소드

public GetSchemaForGameAsync ( uint appId, string language = "" ) : Task
appId uint
language string
리턴 Task

GetUserStatsForGameAsync() 공개 메소드

public GetUserStatsForGameAsync ( ulong steamId, uint appId ) : Task
steamId ulong
appId uint
리턴 Task

SteamUserStats() 공개 메소드

public SteamUserStats ( WebRequestParameter developerKey ) : System
developerKey SteamWebModel.WebRequestParameter
리턴 System