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

Make sure signal method names are lower case #1

Open
workhorsy opened this issue Aug 24, 2021 · 0 comments
Open

Make sure signal method names are lower case #1

workhorsy opened this issue Aug 24, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@workhorsy
Copy link
Member

If there is an event method named like _on_Check_MSAA_2X_pressed. Godot won't find it. It will instead look fore the name in lower case. Like _on_check_msaa_2x_pressed. Add a verifier that makes sure the names are the correct format.

[connection signal="pressed" from="MSAAContainer/Check MSAA 2X" to="." method="_on_Check_MSAA_2X_pressed"]
@Method void _on_Check_MSAA_2X_pressed() {
}
@workhorsy workhorsy added the enhancement New feature or request label Aug 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant