summaryrefslogtreecommitdiff
path: root/editor/property_editor.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2018-09-14 18:03:48 +0200
committerGitHub <noreply@github.com>2018-09-14 18:03:48 +0200
commit67477f1a067879cb0e137473ff874e84db114a75 (patch)
treed299457ef4ccbeba757eed8fc3394c2457c6beef /editor/property_editor.h
parent5961a6da03e70dbfa811c30c4ec684d3a7746bf6 (diff)
parente8f993677de80e5017e4f3a7b5ccaa79ef3e45d9 (diff)
Merge pull request #22051 from fire/vs_expression_20885
Update visual scripting to use new expression class #20885
Diffstat (limited to 'editor/property_editor.h')
-rw-r--r--editor/property_editor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/editor/property_editor.h b/editor/property_editor.h
index 7d7ab912ea..ee3a56d857 100644
--- a/editor/property_editor.h
+++ b/editor/property_editor.h
@@ -135,6 +135,9 @@ class CustomPropertyEditor : public Popup {
void _text_edit_changed();
void _file_selected(String p_file);
void _modified(String p_string);
+
+ real_t _parse_real_expression(String text);
+
void _range_modified(double p_value);
void _focus_enter();
void _focus_exit();