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

Search Results for

    Class SpellObject

    Inheritance
    System.Object
    SpellObject
    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 SpellObject : IMetaClass

    Properties

    | Improve this Doc View Source

    BotData

    Declaration
    public BotsSpellData BotData { get; set; }
    Property Value
    Type Description
    BotsSpellData
    | Improve this Doc View Source

    Buff

    Declaration
    public BuffData Buff { get; set; }
    Property Value
    Type Description
    BuffData
    | Improve this Doc View Source

    CcBehaviorData

    Declaration
    public ICcBehaviorData CcBehaviorData { get; set; }
    Property Value
    Type Description
    ICcBehaviorData
    | Improve this Doc View Source

    Script

    Declaration
    public LolSpellScript Script { get; set; }
    Property Value
    Type Description
    LolSpellScript
    | Improve this Doc View Source

    ScriptName

    Declaration
    public string ScriptName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Spell

    Declaration
    public SpellDataResource Spell { get; set; }
    Property Value
    Type Description
    SpellDataResource

    Implements

    IMetaClass