Replies: 2 comments 3 replies
-
I would also find this useful. I would want it to:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Would be nice to integrate it with the engine too and make bound functions of built in types indicate the same, the documentation system has support for deprecation of methods, constants, properties, and classes |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When you start working with larger projects, it can be useful to mark obsolete code that is still being used with a @deprecated tag to alert other programmers that they should no longer be using a class or method. It would be nice if this could be added to GDScript.
Beta Was this translation helpful? Give feedback.
All reactions