We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a27517 commit 3dbb226Copy full SHA for 3dbb226
source/funkin/backend/scripting/HScript.hx
@@ -63,7 +63,7 @@ class HScript extends Script {
63
return this;
64
}
65
66
- private function importFailedCallback(cl:Array<String>):Bool {
+ private function importFailedCallback(cl:Array<String>, ?asName:String):Bool {
67
if(_importFailedCallback(cl, "source/") || _importFailedCallback(cl, "")) {
68
return true;
69
0 commit comments