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

Search Results for

    Class ChallengeConfigData

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

    Properties

    | Improve this Doc View Source

    IconPath

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

    Id

    Declaration
    public ulong Id { get; set; }
    Property Value
    Type Description
    System.UInt64
    | Improve this Doc View Source

    LevelToIconPath

    Declaration
    public Dictionary<uint, string> LevelToIconPath { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.UInt32, System.String>
    | Improve this Doc View Source

    LocalizedDescription

    Declaration
    public string LocalizedDescription { 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

    LocalizedShortDescription

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

    Tags

    Declaration
    public Dictionary<string, string> Tags { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.String>

    Implements

    IMetaClass