You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
Likely with bugs and with some features are missing, as well as profiler support, but VisualScript should be more or less done!
This commit is contained in:
@@ -674,7 +674,7 @@ void ConnectionsDock::update_tree() {
|
||||
tname=Variant::get_type_name(pi.type);
|
||||
}
|
||||
signaldesc+=tname+" "+(pi.name==""?String("arg "+itos(i)):pi.name);
|
||||
argnames.push_back(pi.name);
|
||||
argnames.push_back(pi.name+":"+tname);
|
||||
|
||||
}
|
||||
signaldesc+=" ";
|
||||
|
||||
Reference in New Issue
Block a user