Replies: 2 comments 7 replies
-
See this rejected proposal: |
Beta Was this translation helpful? Give feedback.
7 replies
-
Ideally, all of the warning settings would be moved to the Editor Settings. You may also be interested in godotengine/godot#76020 to disable the warning for the entire script. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This shows a warning:
This bloats the line-count and increase visual clutter:
This just looks terrible:
Disabling warning for integer division may cause bugs where integer division isn't desired.
Suggestion: adding a new operator like
//
that explicitly divides two integers without throwing a warning.Beta Was this translation helpful? Give feedback.
All reactions