-
Notifications
You must be signed in to change notification settings - Fork 365
T_Aurora_Profiles_Dota_2_GSI_Nodes_Ability
Anton Pupkov edited this page Aug 8, 2016
·
1 revision
Class representing ability information
System.Object
Aurora.Profiles.Node
Aurora.Profiles.Dota_2.GSI.Nodes.Ability
Namespace: Aurora.Profiles.Dota_2.GSI.Nodes
Assembly: Aurora (in Aurora.exe) Version: 1.0.0.0 (0.0.4.6)
C#
public class Ability : Node
The Ability type exposes the following members.
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.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
_ParsedData | (Inherited from Node.) | |
CanCast | A boolean representing whether the ability can be casted | |
Cooldown | Ability cooldown | |
IsActive | A boolean representing whether the ability is active | |
IsPassive | A boolean representing whether the ability is passives | |
IsUltimate | A boolean representing whether the ability is an ultimate | |
Level | Ability level | |
Name | Ability name |