League Toolkit League Toolkit
League Toolkit League Toolkit
DocFX + Singulink = ♥

Search Results for

    Class AiSpellData

    Inheritance
    System.Object
    AiSpellData
    Implements
    IMetaClass
    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 Source

    BlockLevel

    Declaration
    public byte BlockLevel { get; set; }
    Property Value
    Type Description
    System.Byte
    | Improve this Doc View Source

    EndOnly

    Declaration
    public bool EndOnly { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Lifetime

    Declaration
    public float Lifetime { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    Radius

    Declaration
    public float Radius { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    Range

    Declaration
    public float Range { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    SendAiEvent

    Declaration
    public bool SendAiEvent { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Speed

    Declaration
    public float Speed { get; set; }
    Property Value
    Type Description
    System.Single

    Implements

    IMetaClass