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

Search Results for

    Class ChallengeTitleData

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

    Properties

    | Improve this Doc View Source

    BackgroundImagePath

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

    CatalogEntry

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

    IconPath

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

    LocalizedName

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

    m3548318137

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

    Name

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

    TitleAcquisitionRequirementTrakey

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

    TitleAcquisitionTrakey

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

    TitleAcquisitionType

    Declaration
    public byte TitleAcquisitionType { get; set; }
    Property Value
    Type Description
    System.Byte

    Implements

    IMetaClass