Click or drag to resize

PopupMenuIsItemRadioCheckable Method

Returns true if the item at index idx has radio button-style checkability.

Note: This is purely cosmetic; you must add the logic for checking/unchecking items in radio groups.

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

Parameters

idx
Type: SystemInt32

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

Return Value

Type: Boolean

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

See Also