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:
parent
259418f827
commit
9890c1d2ca
26 changed files with 794 additions and 52 deletions
|
|
@ -335,7 +335,7 @@ String GDScriptLanguage::make_function(const String& p_class,const String& p_nam
|
|||
for(int i=0;i<p_args.size();i++) {
|
||||
if (i>0)
|
||||
s+=", ";
|
||||
s+=p_args[i];
|
||||
s+=p_args[i].get_slice(":",0);
|
||||
}
|
||||
s+=" ";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue