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

Search Results for

    Class PerkStyle

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

    Properties

    | Improve this Doc View Source

    AllowedSubStyles

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

    Buffs

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

    DefaultPageLocalizationKey

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

    DefaultPerksWhenSplashed

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

    DefaultSplash

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

    DefaultStatModsPerSubStyle

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

    DisplayNameLocalizationKey

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

    Enabled

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

    IconTextureName

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

    IsAdvancedStyle

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

    PerkStyleId

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

    PerkStyleName

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

    PingTextLocalizationKey

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

    Script

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

    ScriptAsSubStyle

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

    Slotlinks

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

    Slots

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

    StyleVfxResourceResolver

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

    SubStyleBonus

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

    TooltipNameLocalizationKey

    Declaration
    public string TooltipNameLocalizationKey { get; set; }
    Property Value
    Type Description
    System.String

    Implements

    IMetaClass