virtualx-engine/modules/gdscript/tests/scripts
George Marques a3b3a20ac0
GDScript: Suppress unused constant warning with underscore
The warning message mentions that local constants prefixed with `_` does
not generate the warning. This commit actually implements this warning
suppression.
2024-04-18 09:58:23 -03:00
..
analyzer GDScript: Allow casting enum to int 2024-04-12 11:49:21 -03:00
completion Merge pull request #89382 from dcaoc03/master 2024-04-09 22:25:13 +02:00
lsp Add unit test runner for autocompletion 2024-01-05 17:49:51 +01:00
parser GDScript: Suppress unused constant warning with underscore 2024-04-18 09:58:23 -03:00
runtime Merge pull request #90442 from vnen/gdscript-dont-warn-using-default-builtin 2024-04-10 17:49:44 +02:00
.gitignore Add runner for GDScript testing 2021-04-08 09:34:59 -03:00
project.godot Add unit test runner for autocompletion 2024-01-05 17:49:51 +01:00
utils.notest.gd Support Array and PackedArray in @export_* 2024-03-06 16:17:54 +09:00