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

Search Results for

    Class LoadScreenTipConfiguration

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

    Properties

    | Improve this Doc View Source

    DurationInGame

    Declaration
    public float DurationInGame { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    PbiTipDurationOnLoadingScreen

    Declaration
    public float PbiTipDurationOnLoadingScreen { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    ShowInCustomGames

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

    ShowPbiTipsOnLoadingScreen

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

    ShowTips

    Declaration
    public bool ShowTips { get; set; }
    Property Value
    Type Description
    System.Boolean

    Implements

    IMetaClass