Méthode | Description | |
---|---|---|
EligibilityCheck ( ulong steamId, |
Sets the container to contain a MarketEligibility cookie. Required before trading.
|
|
GetPriceOverview ( uint appId, string marketHashName, |
Gets the price overview of an item.
|
public EligibilityCheck ( ulong steamId, |
||
steamId | ulong | The SteamId of the bot. |
container | The bot CookieContainer | |
Résultat | void |
public GetPriceOverview ( uint appId, string marketHashName, |
||
appId | uint | The appId of the item. |
marketHashName | string | The market_hash_name of the item |
culture | ||
country | string | Country to check in. (ISO) |
currency | string | Currency code, I forget what. 1 = US $ |
Résultat | CSharpTradeOffers.Trading.MarketValue |