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

Search Results for

    Class CheatMenuUiData

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

    Properties

    | Improve this Doc View Source

    DisplayName

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

    DynamicTooltipText

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

    FloatingTextDisplayName

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

    Hotkey

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

    Hotkeys

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

    IsToggleCheat

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

    TooltipText

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

    Implements

    IMetaClass