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

Search Results for

    Class LolSpellPreloadData

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

    Properties

    | Improve this Doc View Source

    CharacterPreloads

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

    ModulePreloads

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

    ParticlePreloads

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

    SpellPreloads

    Declaration
    public MetaContainer<ScriptPreloadSpell> SpellPreloads { get; set; }
    Property Value
    Type Description
    MetaContainer<ScriptPreloadSpell>

    Implements

    IMetaClass