Skip to content
New issue

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

Clarified that the default template uses type hints. #8152

Closed
wants to merge 1 commit into from

Conversation

allenwp
Copy link
Contributor

@allenwp allenwp commented Oct 4, 2023

Fixes #8151. The default template did not match what Godot produces with default settings. This change clarifies that this default template includes type hints.

Fixes godotengine#8151. The default template did not match what Godot produces with default settings. This change clarifies that this default template includes type hints.
@AThousandShips
Copy link
Member

AThousandShips commented Oct 4, 2023

This isn't correct, the template is what the actual template is, it doesn't say that it is the output of the template, but is the template

The type hints are in the template, and removed if not added, see here

It should instead clarify how the type hint system works for templates

@allenwp
Copy link
Contributor Author

allenwp commented Oct 4, 2023

It looks like the original issue was that I didn't read the final section on the page that describes how type hints will be removed if the Add Type Hints editor settings is turned off.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The default script template does not match Godot editor
2 participants