Class CheatSet
Inheritance
System.Object
CheatSet
Implements
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 SourceAssociatedChampions
Declaration
public MetaUnorderedContainer<MetaEmbedded<Class0x9d79fb9f>> AssociatedChampions { get; set; }
Property Value
Type | Description |
---|---|
MetaUnorderedContainer<MetaEmbedded<Class0x9d79fb9f>> |
CheatPages
Declaration
public MetaContainer<MetaEmbedded<CheatPage>> CheatPages { get; set; }
Property Value
Type | Description |
---|---|
MetaContainer<MetaEmbedded<CheatPage>> |
GameModeName
Declaration
public MetaHash GameModeName { get; set; }
Property Value
Type | Description |
---|---|
MetaHash |
GameMutator
Declaration
public string GameMutator { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsPlayerFacing
Declaration
public bool IsPlayerFacing { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUiAlwaysShown
Declaration
public bool IsUiAlwaysShown { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UseIconsForButtons
Declaration
public bool UseIconsForButtons { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |