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

Search Results for

    Class CheatSet

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

    Properties

    | Improve this Doc View Source

    AssociatedChampions

    Declaration
    public MetaUnorderedContainer<MetaEmbedded<Class0x9d79fb9f>> AssociatedChampions { get; set; }
    Property Value
    Type Description
    MetaUnorderedContainer<MetaEmbedded<Class0x9d79fb9f>>
    | Improve this Doc View Source

    CheatPages

    Declaration
    public MetaContainer<MetaEmbedded<CheatPage>> CheatPages { get; set; }
    Property Value
    Type Description
    MetaContainer<MetaEmbedded<CheatPage>>
    | Improve this Doc View Source

    GameModeName

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

    GameMutator

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

    IsPlayerFacing

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

    IsUiAlwaysShown

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

    Name

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

    UseIconsForButtons

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

    Implements

    IMetaClass