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

Search Results for

    Class MatchmakingQueue

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

    Properties

    | Improve this Doc View Source

    Description

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

    DetailedDescription

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

    IllustrationIconPath

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

    m238912277

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

    m2434427526

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

    m2775348574

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

    MapId

    Declaration
    public byte MapId { get; set; }
    Property Value
    Type Description
    System.Byte
    | Improve this Doc View Source

    MaxPartySize

    Declaration
    public byte MaxPartySize { get; set; }
    Property Value
    Type Description
    System.Byte
    | Improve this Doc View Source

    Mode

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

    Name

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

    Product

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

    QueueId

    Declaration
    public long QueueId { get; set; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    QueueType

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

    RankedType

    Declaration
    public byte RankedType { get; set; }
    Property Value
    Type Description
    System.Byte
    | Improve this Doc View Source

    ShortName

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

    SmallIconPath

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

    TftDisplayName

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

    Implements

    IMetaClass