-
Notifications
You must be signed in to change notification settings - Fork 366
T_Aurora_Profiles_Dota_2_GSI_Nodes_Items_Dota2
Anton Pupkov edited this page Aug 8, 2016
·
1 revision
Class representing item information
System.Object
Aurora.Profiles.Node
Aurora.Profiles.Dota_2.GSI.Nodes.Items_Dota2
Namespace: Aurora.Profiles.Dota_2.GSI.Nodes
Assembly: Aurora (in Aurora.exe) Version: 1.0.0.0 (0.0.4.6)
C#
public class Items_Dota2 : Node
The Items_Dota2 type exposes the following members.
Name | Description | |
---|---|---|
CountInventory | Number of items in the inventory | |
CountStash | Number of items in the stash |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetInventoryAt | Gets the inventory item at the specified index | |
GetStashAt | Gets the stash item at the specified index | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
InventoryContains | Checks if item exists in the inventory | |
InventoryIndexOf | Gets index of the first occurence of the item in the inventory | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
StashContains | Checks if item exists in the stash | |
StashIndexOf | Gets index of the first occurence of the item in the stash | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
_ParsedData | (Inherited from Node.) |