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

Search Results for

    Class TftPhaseData

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

    Properties

    | Improve this Doc View Source

    AnnouncementData

    Declaration
    public MetaObjectLink AnnouncementData { get; set; }
    Property Value
    Type Description
    MetaObjectLink
    | Improve this Doc View Source

    Display

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

    Duration

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

    Enabled

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

    Label

    Declaration
    public string Label { get; set; }
    Property Value
    Type Description
    System.String

    Implements

    IMetaClass