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

Search Results for

    Class LobbyReadyCheck

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

    Properties

    | Improve this Doc View Source

    AcceptButton

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

    AcceptedVfx

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

    DeclineButton

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

    DefaultQueueIdTitleTraKey

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

    MatchFoundText

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

    MatchInfoText

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

    QueueIdTitleTraKeys

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

    SceneHandle

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

    TimerText

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

    TimerVfx

    Declaration
    public MetaHash TimerVfx { get; set; }
    Property Value
    Type Description
    MetaHash

    Implements

    IMetaClass