C# Class SteamWebAPI.SteamUserStats

Inheritance: SteamWebRequest
ファイルを表示 Open project: babelshift/SteamWebAPI Class Usage Examples

Public Methods

Method Description
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

Method Details

GetGlobalAchievementPercentagesForAppAsync() public method

public GetGlobalAchievementPercentagesForAppAsync ( uint appId ) : Task>
appId uint
return Task>

GetGlobalStatsForGameAsync() public method

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

GetGlobalStatsForGameAsync() public method

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
return void

GetNumberOfCurrentPlayersAsync() public method

public GetNumberOfCurrentPlayersAsync ( uint appId ) : Task
appId uint
return Task

GetPlayerAchievementsAsync() public method

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

GetSchemaForGameAsync() public method

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

GetUserStatsForGameAsync() public method

public GetUserStatsForGameAsync ( ulong steamId, uint appId ) : Task
steamId ulong
appId uint
return Task

SteamUserStats() public method

public SteamUserStats ( WebRequestParameter developerKey ) : System
developerKey SteamWebModel.WebRequestParameter
return System