Class CheatMenuUiData
Inheritance
System.Object
CheatMenuUiData
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 CheatMenuUiData : IMetaClass
Properties
| Improve this Doc View SourceDisplayName
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DynamicTooltipText
Declaration
public string DynamicTooltipText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FloatingTextDisplayName
Declaration
public string FloatingTextDisplayName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Hotkey
Declaration
public string Hotkey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Hotkeys
Declaration
public MetaContainer<string> Hotkeys { get; set; }
Property Value
Type | Description |
---|---|
MetaContainer<System.String> |
IsToggleCheat
Declaration
public bool IsToggleCheat { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TooltipText
Declaration
public string TooltipText { get; set; }
Property Value
Type | Description |
---|---|
System.String |