Class BasePerk
Inheritance
System.Object
BasePerk
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()
Assembly: LeagueToolkit.Meta.Classes.dll
public abstract class BasePerk : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaContainer<PerkBuff> Buffs { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<string> Characters { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string DisplayNameLocalizationKey { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string DisplayStatLocalizationKey { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public bool Enabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public MetaContainer<string> EndOfGameStatDescriptions { get; set; }
Property Value
|
Improve this Doc
View Source
IconTextureName
Declaration
public string IconTextureName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string LongDescLocalizationKey { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public uint PerkId { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
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
Declaration
public PerkScript Script { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string ShortDescLocalizationKey { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public bool Stackable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public string TooltipNameLocalizationKey { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public ResourceResolver VfxResourceResolver { get; set; }
Property Value
Implements