This website requires JavaScript.
Explore
Help
Sign In
godotengine
/
godot
mirror of
https://github.com/godotengine/godot
Watch
1
Star
0
Fork
You've already forked godot
0
Code
701affde78
godot
/
modules
/
gdscript
/
tests
/
scripts
/
completion
/
common
History
Rémi Verschelde
ebc36a7225
Merge pull request
#107717
from aaronfranke/abstract-annotation
...
GDScript: Replace `abstract` keyword with `@abstract` annotation
2025-06-27 17:12:56 +02:00
..
identifiers_in_call.cfg
…
identifiers_in_call.gd
…
identifiers_in_function_body.cfg
…
identifiers_in_function_body.gd
…
identifiers_in_unclosed_call.cfg
…
identifiers_in_unclosed_call.gd
…
infer_return_type_without_value.cfg
…
infer_return_type_without_value.gd
…
invalid_super_call_1.cfg
…
invalid_super_call_1.gd
…
invalid_super_call_2.cfg
…
invalid_super_call_2.gd
…
no_completion_in_string.cfg
…
no_completion_in_string.gd
…
override_function_abstract.cfg
GDScript: Add abstract methods
2025-06-09 20:11:58 +03:00
override_function_abstract.gd
GDScript: Replace `abstract` keyword with `@abstract` annotation
2025-06-23 12:24:45 -07:00
override_function_full_name.cfg
Autocompletion: Don't filter overrides when the existing function is the current one
2025-06-22 16:25:36 +02:00
override_function_full_name.gd
Autocompletion: Don't filter overrides when the existing function is the current one
2025-06-22 16:25:36 +02:00
override_function_no_underscore.cfg
Added working version for user-defined function autocompletion
2025-06-08 07:01:35 -03:00
override_function_no_underscore.gd
Added working version for user-defined function autocompletion
2025-06-08 07:01:35 -03:00
override_function_static.cfg
Added working version for user-defined function autocompletion
2025-06-08 07:01:35 -03:00
override_function_static.gd
Added working version for user-defined function autocompletion
2025-06-08 07:01:35 -03:00
override_function_underscore.cfg
Added working version for user-defined function autocompletion
2025-06-08 07:01:35 -03:00
override_function_underscore.gd
Added working version for user-defined function autocompletion
2025-06-08 07:01:35 -03:00
self.cfg
…
self.gd
…