Skip to content

T_Aurora_Profiles_Dota_2_GSI_Nodes_Items_Dota2

Anton Pupkov edited this page Aug 8, 2016 · 1 revision

Items_Dota2 Class

Class representing item information

Inheritance Hierarchy

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)

Syntax

C#

public class Items_Dota2 : Node

The Items_Dota2 type exposes the following members.

Properties

 

Name Description
Public property CountInventory Number of items in the inventory
Public property CountStash Number of items in the stash
  Back to Top

Methods

 

Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetInventoryAt Gets the inventory item at the specified index
Public method GetStashAt Gets the stash item at the specified index
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method InventoryContains Checks if item exists in the inventory
Public method InventoryIndexOf Gets index of the first occurence of the item in the inventory
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method StashContains Checks if item exists in the stash
Public method StashIndexOf Gets index of the first occurence of the item in the stash
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
  Back to Top

Fields

 

Name Description
Protected field _ParsedData (Inherited from Node.)
  Back to Top

See Also

Reference

Aurora.Profiles.Dota_2.GSI.Nodes Namespace

Clone this wiki locally