1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00
Commit Graph

5 Commits

Author SHA1 Message Date
George Marques
f9048fcd7d GDScript: Warn when enum variable has no default
The default will always be set to `0`, so if it's not a valid value in
the enum, the warning is shown.
2024-04-16 11:46:59 -03:00
Danil Alexeev
ef1909fca3 GDScript: Fix @warning_ignore annotation issues 2024-03-12 19:00:06 +03:00
Danil Alexeev
3a3a2011f4 GDScript: Add @export_storage annotation 2023-12-19 20:56:30 +03:00
Danil Alexeev
b1eb737719 GDScript: Fix some lambda bugs 2023-09-14 14:22:23 +03:00
Danil Alexeev
462d8f4752 GDScript: Fix get_*_list() methods return incorrect info 2023-09-04 00:21:03 +03:00