Click or drag to resize

TreeItemGetButtonTooltip Method

Returns the tooltip string for the button at index button_idx in column column.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public string GetButtonTooltip(
	int column,
	int buttonIdx
)

Parameters

column
Type: SystemInt32

[Missing <param name="column"/> documentation for "M:Godot.TreeItem.GetButtonTooltip(System.Int32,System.Int32)"]

buttonIdx
Type: SystemInt32

[Missing <param name="buttonIdx"/> documentation for "M:Godot.TreeItem.GetButtonTooltip(System.Int32,System.Int32)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Godot.TreeItem.GetButtonTooltip(System.Int32,System.Int32)"]

See Also