Метод | Описание | |
---|---|---|
GetInventoryAt ( int index ) : |
Gets the inventory item at the specified index
|
|
GetStashAt ( int index ) : |
Gets the stash item at the specified index
|
|
InventoryContains ( string itemname ) : bool |
Checks if item exists in the inventory
|
|
InventoryIndexOf ( string itemname ) : int |
Gets index of the first occurence of the item in the inventory
|
|
StashContains ( string itemname ) : bool |
Checks if item exists in the stash
|
|
StashIndexOf ( string itemname ) : int |
Gets index of the first occurence of the item in the stash
|
Метод | Описание | |
---|---|---|
Items ( string json_data ) : System.Collections.Generic |
public GetInventoryAt ( int index ) : |
||
index | int | The index |
Результат |
public GetStashAt ( int index ) : |
||
index | int | The index |
Результат |
public InventoryContains ( string itemname ) : bool | ||
itemname | string | The item name |
Результат | bool |
public InventoryIndexOf ( string itemname ) : int | ||
itemname | string | The item name |
Результат | int |
public StashContains ( string itemname ) : bool | ||
itemname | string | The item name |
Результат | bool |
public StashIndexOf ( string itemname ) : int | ||
itemname | string | The item name |
Результат | int |