Class GameContextMenuItem
An item in a context menu that with a specific game action.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Dalamud.Game.Gui.ContextMenus
Assembly: Dalamud.dll
Syntax
public sealed class GameContextMenuItem : ContextMenuItem
Properties
| Improve this Doc View SourceSelectedAction
Gets the game action that will be handled when the item is selected.
Declaration
public byte SelectedAction { get; }
Property Value
| Type | Description |
|---|---|
| System.Byte |
Methods
| Improve this Doc View SourceGetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type | Description |
|---|---|
| System.Int32 |