Class EvoSettings
Inheritance
System.Object
EvoSettings
Implements
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 SourceChatVoThrottleCounterDecayTime
Declaration
public float ChatVoThrottleCounterDecayTime { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
ChatVoThrottleCounterThreshold
Declaration
public int ChatVoThrottleCounterThreshold { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
EnableAnnouncerVoReplacement
Declaration
public bool EnableAnnouncerVoReplacement { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
EnableChatVo
Declaration
public bool EnableChatVo { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PingVoThrottleThreshold
Declaration
public float PingVoThrottleThreshold { get; set; }
Property Value
Type | Description |
---|---|
System.Single |