diff options
author | K. S. Ernest (iFire) Lee <ernest.lee@chibifire.com> | 2018-09-13 12:53:14 -0700 |
---|---|---|
committer | K. S. Ernest (iFire) Lee <ernest.lee@chibifire.com> | 2018-09-13 12:53:14 -0700 |
commit | e8f993677de80e5017e4f3a7b5ccaa79ef3e45d9 (patch) | |
tree | a2901788678b0b6b6a14955e73dcd5cfd65344eb /editor/property_editor.h | |
parent | 06c8b5a4ffb0ab6787edf071463f17df522b3e79 (diff) |
Update visual scripting to use new expression class #20885
Diffstat (limited to 'editor/property_editor.h')
-rw-r--r-- | editor/property_editor.h | 3 |
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(); |