Update visual scripting to use new expression class #20885

This commit is contained in:
K. S. Ernest (iFire) Lee
2018-09-13 12:53:14 -07:00
parent 06c8b5a4ff
commit e8f993677d
2 changed files with 58 additions and 98 deletions

View File

@ -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();