Skip to content

Commit 4b0ee13

Browse files
committed
gdextension: Sync with upstream commit fe0e8e55752b0c2e64997025717b491703e0f8ad (4.1.4-stable)
1 parent e497855 commit 4b0ee13

File tree

1 file changed

+19
-16
lines changed

1 file changed

+19
-16
lines changed

gdextension/extension_api.json

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"header": {
33
"version_major": 4,
44
"version_minor": 1,
5-
"version_patch": 3,
5+
"version_patch": 4,
66
"version_status": "stable",
77
"version_build": "official",
8-
"version_full_name": "Godot Engine v4.1.3.stable.official"
8+
"version_full_name": "Godot Engine v4.1.4.stable.official"
99
},
1010
"builtin_class_sizes": [
1111
{
@@ -95246,13 +95246,6 @@
9524695246
}
9524795247
]
9524895248
},
95249-
{
95250-
"name": "FramebufferCacheRD",
95251-
"is_refcounted": false,
95252-
"is_instantiable": false,
95253-
"inherits": "Object",
95254-
"api_type": "core"
95255-
},
9525695249
{
9525795250
"name": "GDExtension",
9525895251
"is_refcounted": true,
@@ -198993,6 +198986,23 @@
198993198986
}
198994198987
]
198995198988
},
198989+
{
198990+
"name": "debug_canvas_item_get_rect",
198991+
"is_const": false,
198992+
"is_vararg": false,
198993+
"is_static": false,
198994+
"is_virtual": false,
198995+
"hash": 624227424,
198996+
"return_value": {
198997+
"type": "Rect2"
198998+
},
198999+
"arguments": [
199000+
{
199001+
"name": "item",
199002+
"type": "RID"
199003+
}
199004+
]
199005+
},
198996199006
{
198997199007
"name": "canvas_light_create",
198998199008
"is_const": false,
@@ -255227,13 +255237,6 @@
255227255237
}
255228255238
]
255229255239
},
255230-
{
255231-
"name": "UniformSetCacheRD",
255232-
"is_refcounted": false,
255233-
"is_instantiable": false,
255234-
"inherits": "Object",
255235-
"api_type": "core"
255236-
},
255237255240
{
255238255241
"name": "VBoxContainer",
255239255242
"is_refcounted": false,

0 commit comments

Comments
 (0)