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

Search Results for

    Class SpellDataResourceClient

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

    Properties

    | Improve this Doc View Source

    AddAdditionalReticleIfRequiredForGameMode

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

    CustomTargeterDefinitions

    Declaration
    public Dictionary<MetaHash, MetaEmbedded<CustomTargeterDefinitions>> CustomTargeterDefinitions { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<MetaHash, MetaEmbedded<CustomTargeterDefinitions>>
    | Improve this Doc View Source

    LeftClickSpellAction

    Declaration
    public uint LeftClickSpellAction { get; set; }
    Property Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    MissileTargeterDefinitions

    Declaration
    public MetaContainer<MissileAttachedTargetingDefinition> MissileTargeterDefinitions { get; set; }
    Property Value
    Type Description
    MetaContainer<MissileAttachedTargetingDefinition>
    | Improve this Doc View Source

    RightClickSpellAction

    Declaration
    public uint RightClickSpellAction { get; set; }
    Property Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    SpawningUiDefinition

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

    TargeterDefinitions

    Declaration
    public MetaContainer<TargeterDefinition> TargeterDefinitions { get; set; }
    Property Value
    Type Description
    MetaContainer<TargeterDefinition>
    | Improve this Doc View Source

    TooltipData

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

    UseDeathRecapTooltipFromAnotherSpell

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

    UseTooltipFromAnotherSpell

    Declaration
    public MetaHash UseTooltipFromAnotherSpell { get; set; }
    Property Value
    Type Description
    MetaHash

    Implements

    IMetaClass