You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Added ability to create custom nodes from script.
This commit is contained in:
@@ -2548,6 +2548,9 @@ void VisualScriptLanguage::get_registered_node_names(List<String> *r_names) {
|
||||
VisualScriptLanguage::VisualScriptLanguage() {
|
||||
|
||||
notification="_notification";
|
||||
_get_output_port_unsequenced="_get_output_port_unsequenced";
|
||||
_step="_step";
|
||||
|
||||
singleton=this;
|
||||
#ifndef NO_THREADS
|
||||
lock = Mutex::create();
|
||||
|
||||
Reference in New Issue
Block a user