C# Class SteamWebAPI.SteamUserStats

Inheritance: SteamWebRequest
Afficher le fichier Open project: babelshift/SteamWebAPI Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public GetGlobalAchievementPercentagesForAppAsync ( uint appId ) : Task>
appId uint
Résultat Task>

GetGlobalStatsForGameAsync() public méthode

public GetGlobalStatsForGameAsync ( uint appId, uint statCount, IList statNames ) : void
appId uint
statCount uint
statNames IList
Résultat void

GetGlobalStatsForGameAsync() public méthode

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
Résultat void

GetNumberOfCurrentPlayersAsync() public méthode

public GetNumberOfCurrentPlayersAsync ( uint appId ) : Task
appId uint
Résultat Task

GetPlayerAchievementsAsync() public méthode

public GetPlayerAchievementsAsync ( ulong steamId, uint appId, string language = "" ) : Task
steamId ulong
appId uint
language string
Résultat Task

GetSchemaForGameAsync() public méthode

public GetSchemaForGameAsync ( uint appId, string language = "" ) : Task
appId uint
language string
Résultat Task

GetUserStatsForGameAsync() public méthode

public GetUserStatsForGameAsync ( ulong steamId, uint appId ) : Task
steamId ulong
appId uint
Résultat Task

SteamUserStats() public méthode

public SteamUserStats ( WebRequestParameter developerKey ) : System
developerKey SteamWebModel.WebRequestParameter
Résultat System