Create onready variables when dropping nodes and holding Ctrl

This commit is contained in:
Haoyu Qiu
2022-05-02 21:04:17 +08:00
parent 067c1eb923
commit 3094e739f5
4 changed files with 79 additions and 20 deletions

View File

@ -427,6 +427,7 @@ public:
// node functions
static const String invalid_node_name_characters;
String validate_node_name() const;
String validate_identifier() const;
bool is_valid_identifier() const;
bool is_valid_int() const;