C# 클래스 SteamBot.Inventory

파일 보기 프로젝트 열기: Top-Cat/SteamBot

공개 메소드들

메소드 설명
FetchInventory ( ulong steamId, string apiKey ) : Inventory
GetItem ( ulong id ) : System.Item
GetItemsByDefindex ( int defindex ) : List
getItemIds ( ) : List
getItems ( ) : List

보호된 메소드들

메소드 설명
Inventory ( InventoryResult apiInventory ) : System

메소드 상세

FetchInventory() 공개 정적인 메소드

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

GetItem() 공개 메소드

public GetItem ( ulong id ) : System.Item
id ulong
리턴 System.Item

GetItemsByDefindex() 공개 메소드

public GetItemsByDefindex ( int defindex ) : List
defindex int
리턴 List

Inventory() 보호된 메소드

protected Inventory ( InventoryResult apiInventory ) : System
apiInventory InventoryResult
리턴 System

getItemIds() 공개 메소드

public getItemIds ( ) : List
리턴 List

getItems() 공개 메소드

public getItems ( ) : List
리턴 List