diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2018-09-14 18:03:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-14 18:03:48 +0200 |
commit | 67477f1a067879cb0e137473ff874e84db114a75 (patch) | |
tree | d299457ef4ccbeba757eed8fc3394c2457c6beef /editor/property_editor.h | |
parent | 5961a6da03e70dbfa811c30c4ec684d3a7746bf6 (diff) | |
parent | e8f993677de80e5017e4f3a7b5ccaa79ef3e45d9 (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.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(); |