virtualx-engine/modules/gdscript/tests/scripts/runtime
George Marques 99b702ea3d
GDScript: Call implicit ready on base script first
It is generally expected that the base class is called before the
inherited clas. This commit implements this behavior for the implicit
ready function (`@onready` annotation) to make it consistent with the
expectations.
2024-05-02 11:25:52 -03:00
..
errors Merge pull request #84043 from dalexeev/gds-fix-unsafe-cast-warning 2024-04-09 22:24:55 +02:00
features GDScript: Call implicit ready on base script first 2024-05-02 11:25:52 -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