virtualx-engine/modules/gdscript/tests/scripts
George Marques 0e6aa6fc38
GDScript: Initialize all defaults beforehand in implicit constructor
Set all the default values for typed variables before actually trying to
initialize them, including `@onready` ones.

This ensures that if validated calls are being used there will be a
value of the correct type, even if the resolution is done out of order
or deferred because of `@onready`.
2023-02-24 22:01:06 -03:00
..
analyzer GDScript: Fix range regression 2023-02-24 00:35:11 +02:00
parser GDScript: Fix parsing unexpected break/continue in lambda 2023-02-23 10:49:06 +02:00
runtime GDScript: Initialize all defaults beforehand in implicit constructor 2023-02-24 22:01:06 -03:00
.gitignore
project.godot