Click or drag to resize

PopupMenuIsItemCheckable Method

Returns true if the item at index idx is checkable in some way, i.e. if it has a checkbox or radio button.

Note: Checkable items just display a checkmark or radio button, but don't have any built-in checking behavior and must be checked/unchecked manually.

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

Parameters

idx
Type: SystemInt32

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

Return Value

Type: Boolean

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

See Also