Click or drag to resize

PopupMenuIsItemSeparator Method

Returns true if the item is a separator. If it is, it will be displayed as a line. See AddSeparator(String, Int32) for more info on how to add a separator.

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

Parameters

idx
Type: SystemInt32

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

Return Value

Type: Boolean

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

See Also