We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.0 - 4.1.rc3
syntax errors fail silently in headless mode.
extends MainLoop const foo func _initialize(): print(foo)
extends MainLoop xfunc _initialize(): print(100)
extends MainLoop func _initialize(): const arr = [1,2,3,4 print(arr)
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
GDScriptCache::get_full_script
No branches or pull requests
Godot version
4.0 - 4.1.rc3
Issue description
syntax errors fail silently in headless mode.
The text was updated successfully, but these errors were encountered: