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

Search Results for

    Class TftAnnouncementData

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

    Properties

    | Improve this Doc View Source

    AnimatedIcon

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

    Delay

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

    Duration

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

    IconPath

    Declaration
    public string IconPath { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    TitleTra

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

    Implements

    IMetaClass