C# Class SteamBot.Inventory

显示文件 Open project: Top-Cat/SteamBot

Public Methods

Method Description
FetchInventory ( ulong steamId, string apiKey ) : Inventory
GetItem ( ulong id ) : System.Item
GetItemsByDefindex ( int defindex ) : List
getItemIds ( ) : List
getItems ( ) : List

Protected Methods

Method Description
Inventory ( InventoryResult apiInventory ) : System

Method Details

FetchInventory() public static method

public static FetchInventory ( ulong steamId, string apiKey ) : Inventory
steamId ulong
apiKey string
return Inventory

GetItem() public method

public GetItem ( ulong id ) : System.Item
id ulong
return System.Item

GetItemsByDefindex() public method

public GetItemsByDefindex ( int defindex ) : List
defindex int
return List

Inventory() protected method

protected Inventory ( InventoryResult apiInventory ) : System
apiInventory InventoryResult
return System

getItemIds() public method

public getItemIds ( ) : List
return List

getItems() public method

public getItems ( ) : List
return List