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

Search Results for

    Class PerkScriptData

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

    Properties

    | Improve this Doc View Source

    Calculations

    Declaration
    public Dictionary<MetaHash, IGameCalculation> Calculations { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<MetaHash, IGameCalculation>
    | Improve this Doc View Source

    EffectAmount

    Declaration
    public Dictionary<MetaHash, float> EffectAmount { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<MetaHash, System.Single>
    | Improve this Doc View Source

    EffectAmountGameMode

    Declaration
    public Dictionary<MetaHash, MetaEmbedded<PerkEffectAmountPerMode>> EffectAmountGameMode { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<MetaHash, MetaEmbedded<PerkEffectAmountPerMode>>

    Implements

    IMetaClass