summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/parser/features/export_enum.gd
Commit message (Expand)AuthorAgeFilesLines
* GDScript: Replace `assert()` with `Utils.check()` in testsDanil Alexeev2024-08-281-2/+0
* Support Array and PackedArray in @export_*Abel Toy2024-03-061-1/+22
* GDScript: Add `@export_storage` annotationDanil Alexeev2023-12-191-9/+10
* GDScript: Fix `@export_enum` works only with `int`Danil Alexeev2023-01-301-0/+15