PopupMenuIsItemDisabled Method |
Returns true if the item at index idx is disabled. When it is disabled it can't be selected, or its action invoked.
See SetItemDisabled(Int32, Boolean) for more info on how to disable an item.
Namespace: Godot
public bool IsItemDisabled( int idx )
[Missing <param name="idx"/> documentation for "M:Godot.PopupMenu.IsItemDisabled(System.Int32)"]
[Missing <returns> documentation for "M:Godot.PopupMenu.IsItemDisabled(System.Int32)"]