Skip to content

Commit 4d3afc0

Browse files
committed
gdextension: Sync with upstream commit cacf49999e3fb37281d66cc591ca8bebc5712d4d (4.0.1-stable)
1 parent 9d1c396 commit 4d3afc0

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

gdextension/extension_api.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"header": {
33
"version_major": 4,
44
"version_minor": 0,
5-
"version_patch": 0,
5+
"version_patch": 1,
66
"version_status": "stable",
77
"version_build": "official",
8-
"version_full_name": "Godot Engine v4.0.stable.official"
8+
"version_full_name": "Godot Engine v4.0.1.stable.official"
99
},
1010
"builtin_class_sizes": [
1111
{
@@ -1915,9 +1915,7 @@
19151915
]
19161916
}
19171917
],
1918-
"global_constants": [
1919-
1920-
],
1918+
"global_constants": [],
19211919
"global_enums": [
19221920
{
19231921
"name": "Side",
@@ -123551,7 +123549,7 @@
123551123549
"getter": "is_flat"
123552123550
},
123553123551
{
123554-
"type": "bool",
123552+
"type": "int",
123555123553
"name": "start_index",
123556123554
"setter": "set_start_index",
123557123555
"getter": "get_start_index"
@@ -267332,11 +267330,11 @@
267332267330
},
267333267331
{
267334267332
"name": "PhysicsServer3DExtensionMotionCollision",
267335-
"format": "Vector3 position;Vector3 normal;Vector3 collider_velocity;real_t depth;int local_shape;ObjectID collider_id;RID collider;int collider_shape"
267333+
"format": "Vector3 position;Vector3 normal;Vector3 collider_velocity;Vector3 collider_angular_velocity;real_t depth;int local_shape;ObjectID collider_id;RID collider;int collider_shape"
267336267334
},
267337267335
{
267338267336
"name": "PhysicsServer3DExtensionMotionResult",
267339-
"format": "Vector3 travel;Vector3 remainder;real_t collision_safe_fraction;real_t collision_unsafe_fraction;PhysicsServer3DExtensionMotionCollision collisions[32];int collision_count"
267337+
"format": "Vector3 travel;Vector3 remainder;real_t collision_depth;real_t collision_safe_fraction;real_t collision_unsafe_fraction;PhysicsServer3DExtensionMotionCollision collisions[32];int collision_count"
267340267338
},
267341267339
{
267342267340
"name": "PhysicsServer3DExtensionRayResult",

0 commit comments

Comments
 (0)