Class AbilityObject
Inheritance
System.Object
AbilityObject
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: LeagueToolkit.Meta.Classes
Assembly: LeagueToolkit.Meta.Classes.dll
Syntax
public class AbilityObject : IMetaClass
Properties
| Improve this Doc View SourceAbilityTraits
Declaration
public uint AbilityTraits { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
ChildSpells
Declaration
public MetaContainer<MetaObjectLink> ChildSpells { get; set; }
Property Value
Type | Description |
---|---|
MetaContainer<MetaObjectLink> |
LifetimeManuallyManaged
Declaration
public bool LifetimeManuallyManaged { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RootSpell
Declaration
public MetaObjectLink RootSpell { get; set; }
Property Value
Type | Description |
---|---|
MetaObjectLink |
Type
Declaration
public byte Type { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |