virtualx-engine/modules/gdscript/tests/scripts/runtime
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
..
errors GDScript: Fix issues with typed arrays 2023-01-31 11:54:41 +02:00
features GDScript: Initialize all defaults beforehand in implicit constructor 2023-02-24 22:01:06 -03:00
assign_to_read_only_property.gd GDScript: Improve usability of setter chains 2023-02-02 10:20:35 -03:00
assign_to_read_only_property.out GDScript: Improve usability of setter chains 2023-02-02 10:20:35 -03:00
assign_to_read_only_property_with_variable_index.gd GDScript: Improve usability of setter chains 2023-02-02 10:20:35 -03:00
assign_to_read_only_property_with_variable_index.out GDScript: Improve usability of setter chains 2023-02-02 10:20:35 -03:00