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

Search Results for

    Class LoadScreenTip

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

    Properties

    | Improve this Doc View Source

    HeaderLocalizationKey

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

    Id

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

    LocalizationKey

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

    MaximumSummonerLevel

    Declaration
    public MetaOptional<uint> MaximumSummonerLevel { get; set; }
    Property Value
    Type Description
    MetaOptional<System.UInt32>
    | Improve this Doc View Source

    MinimumSummonerLevel

    Declaration
    public MetaOptional<uint> MinimumSummonerLevel { get; set; }
    Property Value
    Type Description
    MetaOptional<System.UInt32>

    Implements

    IMetaClass