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

Search Results for

    Class TftGameVariationData

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

    Properties

    | Improve this Doc View Source

    AnnouncementData

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

    Name

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

    StageIconPath

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

    TooltipDescriptionTra

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

    TooltipIconPath

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

    TooltipTitleTra

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

    Implements

    IMetaClass