Carry property hint and hint string through to Visualscript virtual functions.

This commit is contained in:
K. S. Ernest (iFire) Lee 2018-07-25 14:23:26 -07:00
parent aecc3a444b
commit 2650b87102
4 changed files with 10 additions and 4 deletions

View file

@ -177,7 +177,7 @@ class VisualScriptEditor : public ScriptEditorBase {
void _cancel_connect_node();
void _create_new_node(const String &p_text, const String &p_category, const Vector2 &p_point);
void _selected_new_virtual_method(const String &p_text, const String &p_category, const bool p_connecting = true);
void _selected_new_virtual_method(const String &p_text = String(""), const String &p_category = String(""), const bool p_connecting = true);
int error_line;