virtualx-engine/modules/gdscript/tests/scripts/runtime
George Marques 7ca038effa
GDScript: Perform validated calls with static methods
When the types are validated at compile time, this type of call runs
faster. It is already used for instance methods, this adds this
optimization to native static methods as well.
2024-04-25 21:19:40 -03:00
..
errors Merge pull request #84043 from dalexeev/gds-fix-unsafe-cast-warning 2024-04-09 22:24:55 +02:00
features GDScript: Perform validated calls with static methods 2024-04-25 21:19:40 -03:00
assign_to_read_only_property.gd
assign_to_read_only_property.out
assign_to_read_only_property_with_variable_index.gd
assign_to_read_only_property_with_variable_index.out