diff options
author | Raul Santos <raulsntos@gmail.com> | 2024-08-15 16:19:17 +0200 |
---|---|---|
committer | Raul Santos <raulsntos@gmail.com> | 2024-08-15 16:20:13 +0200 |
commit | e47ff984518e3f73177a8ecf0fcf73b502bd77e1 (patch) | |
tree | 09bca922c5f2298d18e12f13a613cd919bcc3c36 /misc/extension_api_validation | |
parent | ee363af0ed65f6ca9a906f6065d0bd9c19dcf9e4 (diff) | |
download | redot-engine-e47ff984518e3f73177a8ecf0fcf73b502bd77e1.tar.gz |
Expose `ShapeCast{2D,3D}::get_collision_result`
Diffstat (limited to 'misc/extension_api_validation')
-rw-r--r-- | misc/extension_api_validation/4.3-stable.expected | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/misc/extension_api_validation/4.3-stable.expected b/misc/extension_api_validation/4.3-stable.expected index a2112d71f2..24c7702090 100644 --- a/misc/extension_api_validation/4.3-stable.expected +++ b/misc/extension_api_validation/4.3-stable.expected @@ -7,3 +7,10 @@ should instead be used to justify these changes and describe how users should wo Add new entries at the end of the file. ## Changes between 4.3-stable and 4.4-stable + +GH-95374 +-------- +Validate extension JSON: Error: Field 'classes/ShapeCast2D/properties/collision_result': getter changed value in new API, from "_get_collision_result" to &"get_collision_result". +Validate extension JSON: Error: Field 'classes/ShapeCast3D/properties/collision_result': getter changed value in new API, from "_get_collision_result" to &"get_collision_result". + +These getters have been renamed to expose them. GDExtension language bindings couldn't have exposed these properties before. |