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

Search Results for

    Class EvoSettings

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

    Properties

    | Improve this Doc View Source

    ChatVoThrottleCounterDecayTime

    Declaration
    public float ChatVoThrottleCounterDecayTime { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    ChatVoThrottleCounterThreshold

    Declaration
    public int ChatVoThrottleCounterThreshold { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    EnableAnnouncerVoReplacement

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

    EnableChatVo

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

    PingVoThrottleThreshold

    Declaration
    public float PingVoThrottleThreshold { get; set; }
    Property Value
    Type Description
    System.Single

    Implements

    IMetaClass