Class PerkStyle
Inheritance
System.Object
PerkStyle
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 class PerkStyle : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaContainer<uint> AllowedSubStyles { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<PerkBuff> Buffs { get; set; }
Property Value
|
Improve this Doc
View Source
DefaultPageLocalizationKey
Declaration
public string DefaultPageLocalizationKey { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaObjectLink> DefaultPerksWhenSplashed { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public DefaultSplashedPerkStyle DefaultSplash { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaEmbedded<DefaultStatModPerkSet>> DefaultStatModsPerSubStyle { 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 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
Declaration
public bool IsAdvancedStyle { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public uint PerkStyleId { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
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
Declaration
public PerkScript Script { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public PerkScript ScriptAsSubStyle { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaObjectLink> Slotlinks { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaEmbedded<PerkSlot>> Slots { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public ResourceResolver StyleVfxResourceResolver { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaEmbedded<PerkSubStyleBonus>> SubStyleBonus { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string TooltipNameLocalizationKey { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements