Click or drag to resize

PopupMenuGetItemShortcut Method

Returns the ShortCut associated with the specified idx item.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public ShortCut GetItemShortcut(
	int idx
)

Parameters

idx
Type: SystemInt32

[Missing <param name="idx"/> documentation for "M:Godot.PopupMenu.GetItemShortcut(System.Int32)"]

Return Value

Type: ShortCut

[Missing <returns> documentation for "M:Godot.PopupMenu.GetItemShortcut(System.Int32)"]

See Also