Class DeathTimes
Inheritance
System.Object
DeathTimes
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 DeathTimes : IMetaClass
Properties
| Improve this Doc View SourceAllowRespawnMods
Declaration
public bool AllowRespawnMods { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ScalingIncrementTime
Declaration
public uint ScalingIncrementTime { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
ScalingPercentCap
Declaration
public float ScalingPercentCap { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
ScalingPercentIncrease
Declaration
public float ScalingPercentIncrease { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
ScalingPoints
Declaration
public MetaContainer<MetaEmbedded<DeathTimesScalingPoint>> ScalingPoints { get; set; }
Property Value
Type | Description |
---|---|
MetaContainer<MetaEmbedded<DeathTimesScalingPoint>> |
ScalingStartTime
Declaration
public uint ScalingStartTime { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
StartDeathTimerForZombies
Declaration
public bool StartDeathTimerForZombies { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TimeDeadPerLevel
Declaration
public MetaContainer<float> TimeDeadPerLevel { get; set; }
Property Value
Type | Description |
---|---|
MetaContainer<System.Single> |