Click or drag to resize

PopupMenuGetItemSubmenu Method

Returns the submenu name of the item at index idx. See AddSubmenuItem(String, String, Int32) for more info on how to add a submenu.

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

Parameters

idx
Type: SystemInt32

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

Return Value

Type: String

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

See Also