godot/modules/gdscript/tests/scripts
George Marques a3816434a6
GDScript: Don't use the NIL address to hold return value of functions
This prevents that the NIL address is filled with another value, which
causes problems for some instructions that read from NIL.
2023-01-09 09:20:18 -03:00
..
analyzer GDScript: Fix array as default value for parameter 2023-01-06 06:25:55 +02:00
parser GDScript: Make using return of void function an error 2022-12-30 13:35:38 -03:00
runtime GDScript: Don't use the NIL address to hold return value of functions 2023-01-09 09:20:18 -03:00
.gitignore Add runner for GDScript testing 2021-04-08 09:34:59 -03:00
project.godot Add runner for GDScript testing 2021-04-08 09:34:59 -03:00