C# Class SteamParty.Core.SteamApi

ファイルを表示 Open project: scarpentier/SteamParty Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GetOwnedGames ( Player player ) : IList
GetOwnedGames ( string steamId ) : IList
GetPlayerSummaries ( IEnumerable steamIds ) : IList
GetPlayerSummary ( string steamId ) : Player
GetSteamIdFromName ( string name ) : string
SteamApi ( string key ) : System

Method Details

GetOwnedGames() public method

public GetOwnedGames ( Player player ) : IList
player Player
return IList

GetOwnedGames() public method

public GetOwnedGames ( string steamId ) : IList
steamId string
return IList

GetPlayerSummaries() public method

public GetPlayerSummaries ( IEnumerable steamIds ) : IList
steamIds IEnumerable
return IList

GetPlayerSummary() public method

public GetPlayerSummary ( string steamId ) : Player
steamId string
return Player

GetSteamIdFromName() public method

public GetSteamIdFromName ( string name ) : string
name string
return string

SteamApi() public method

public SteamApi ( string key ) : System
key string
return System