Click or drag to resize

PopupMenuSetItemShortcutDisabled Method

Disables the ShortCut of the specified index idx.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetItemShortcutDisabled(
	int idx,
	bool disabled
)

Parameters

idx
Type: SystemInt32

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

disabled
Type: SystemBoolean

[Missing <param name="disabled"/> documentation for "M:Godot.PopupMenu.SetItemShortcutDisabled(System.Int32,System.Boolean)"]

See Also