Click or drag to resize

ItemListSetItemTooltipEnabled Method

Sets whether the tooltip hint is enabled for specified item index.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetItemTooltipEnabled(
	int idx,
	bool enable
)

Parameters

idx
Type: SystemInt32

[Missing <param name="idx"/> documentation for "M:Godot.ItemList.SetItemTooltipEnabled(System.Int32,System.Boolean)"]

enable
Type: SystemBoolean

[Missing <param name="enable"/> documentation for "M:Godot.ItemList.SetItemTooltipEnabled(System.Int32,System.Boolean)"]

See Also