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

Search Results for

    Class BasePerk

    Inheritance
    System.Object
    BasePerk
    Perk
    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 abstract class BasePerk : IMetaClass

    Properties

    | Improve this Doc View Source

    Buffs

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

    Characters

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

    DisplayNameLocalizationKey

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

    DisplayStatLocalizationKey

    Declaration
    public string DisplayStatLocalizationKey { 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

    EndOfGameStatDescriptions

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

    IconTextureName

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

    LongDescLocalizationKey

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

    PerkId

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

    PerkName

    Declaration
    public string PerkName { 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

    ShortDescLocalizationKey

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

    Stackable

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

    TooltipNameLocalizationKey

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

    VfxResourceResolver

    Declaration
    public ResourceResolver VfxResourceResolver { get; set; }
    Property Value
    Type Description
    ResourceResolver

    Implements

    IMetaClass