Class AiSpellData
Inheritance
System.Object
AiSpellData
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 AiSpellData : IMetaClass
Properties
| Improve this Doc View SourceBlockLevel
Declaration
public byte BlockLevel { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
EndOnly
Declaration
public bool EndOnly { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Lifetime
Declaration
public float Lifetime { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Radius
Declaration
public float Radius { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Range
Declaration
public float Range { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
SendAiEvent
Declaration
public bool SendAiEvent { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Speed
Declaration
public float Speed { get; set; }
Property Value
Type | Description |
---|---|
System.Single |