6 lines
120 B
GDScript
6 lines
120 B
GDScript
tool
|
|
extends ConfirmationDialog
|
|
|
|
func get_editor_node_tree() -> UIB_EditorNodeTree:
|
|
return $tree as UIB_EditorNodeTree
|