mirror of
https://github.com/godotengine/godot.git
synced 2025-10-29 12:44:31 +00:00
- Consider PackedArrays non-shared since they are copied on C++/script boundaries. - Add error messages in the analyzer when assigning to read-only properties. - Add specific error message at runtime when assignment fails because the property is read-only. |
||
|---|---|---|
| .. | ||
| errors | ||
| features | ||
| 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 | ||