-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
GDScript: Document abstract and variadic functions #11029
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
GDScript: Document abstract and variadic functions #11029
Conversation
3f5a01a
to
944cbfc
Compare
Regarding
(sorry if saying it again was unnecessary) |
There will be a dedicated PR for that, the file doesn't exist yet |
No, the subject of this PR is stated in the title. I just updated the lists of keywords, annotations, and global functions for syntax highlighting all at once. |
My bad missed that that was cherry pick marked for 4.4 as well, so there needs to be a dedicated 4.4 PR adding this annotation to 4.4 as the rest of this is 4.5 specific (and a note in 4.4 upgrading) godotengine/godot#105414 gets cherry-picked But regardless that shouldn't be changed until that PR gets cherry picked, if it is |
944cbfc
to
9fee21d
Compare
9fee21d
to
7a7ac7d
Compare
Thanks! |
See:
ord()
function godot#77164@export_file_path
to export raw paths (no UID) godot#105414abstract
keyword with@abstract
annotation godot#107717