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

Search Results for

    Class DeathTimes

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

    Properties

    | Improve this Doc View Source

    AllowRespawnMods

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

    ScalingIncrementTime

    Declaration
    public uint ScalingIncrementTime { get; set; }
    Property Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    ScalingPercentCap

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

    ScalingPercentIncrease

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

    ScalingPoints

    Declaration
    public MetaContainer<MetaEmbedded<DeathTimesScalingPoint>> ScalingPoints { get; set; }
    Property Value
    Type Description
    MetaContainer<MetaEmbedded<DeathTimesScalingPoint>>
    | Improve this Doc View Source

    ScalingStartTime

    Declaration
    public uint ScalingStartTime { get; set; }
    Property Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    StartDeathTimerForZombies

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

    TimeDeadPerLevel

    Declaration
    public MetaContainer<float> TimeDeadPerLevel { get; set; }
    Property Value
    Type Description
    MetaContainer<System.Single>

    Implements

    IMetaClass