Merge pull request #12930 from vnen/gdscrit-output-print

Make tool scripts print on the editor Output panel
This commit is contained in:
Juan Linietsky
2017-11-17 16:05:44 -03:00
committed by GitHub
8 changed files with 39 additions and 6 deletions

View File

@@ -642,7 +642,7 @@ void GDScriptFunctions::call(Function p_func, const Variant **p_args, int p_arg_
}
//str+="\n";
OS::get_singleton()->printerr("%s\n", str.utf8().get_data());
print_error(str);
r_ret = Variant();
} break;