summaryrefslogtreecommitdiffstats
path: root/editor/editor_properties.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/editor_properties.h')
-rw-r--r--editor/editor_properties.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/editor/editor_properties.h b/editor/editor_properties.h
index 004630da3e..ae9c454195 100644
--- a/editor/editor_properties.h
+++ b/editor/editor_properties.h
@@ -142,6 +142,8 @@ class EditorPropertyPath : public EditorProperty {
LineEdit *path = nullptr;
Button *path_edit = nullptr;
+ String _get_path_text();
+
void _path_selected(const String &p_path);
void _path_pressed();
void _path_focus_exited();
@@ -628,7 +630,7 @@ class EditorPropertyNodePath : public EditorProperty {
bool editing_node = false;
Vector<StringName> valid_types;
- void _node_selected(const NodePath &p_path);
+ void _node_selected(const NodePath &p_path, bool p_absolute = true);
void _node_assign();
Node *get_base_node();
void _update_menu();