Tree.getEdited

Returns the currently edited item. Can be used with itemEdited to get the item that was modified.

More...
struct Tree
@nogc nothrow const
getEdited
()

Detailed Description

func _ready(): $Tree.item_edited.connect(on_Tree_item_edited)

func on_Tree_item_edited(): print($Tree.get_edited()) # This item just got edited (e.g. checked).

Meta