From e8f993677de80e5017e4f3a7b5ccaa79ef3e45d9 Mon Sep 17 00:00:00 2001 From: "K. S. Ernest (iFire) Lee" Date: Thu, 13 Sep 2018 12:53:14 -0700 Subject: Update visual scripting to use new expression class #20885 --- editor/property_editor.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'editor/property_editor.h') 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(); -- cgit v1.2.3