Skip to content

Commit 98c143a

Browse files
committed
gdextension: Sync with upstream commit 15073afe3856abd2aa1622492fe50026c7d63dc1 (4.2.2-stable)
1 parent 28d43fb commit 98c143a

File tree

1 file changed

+65
-4
lines changed

1 file changed

+65
-4
lines changed

gdextension/extension_api.json

Lines changed: 65 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"header": {
33
"version_major": 4,
44
"version_minor": 2,
5-
"version_patch": 1,
5+
"version_patch": 2,
66
"version_status": "stable",
77
"version_build": "official",
8-
"version_full_name": "Godot Engine v4.2.1.stable.official"
8+
"version_full_name": "Godot Engine v4.2.2.stable.official"
99
},
1010
"builtin_class_sizes": [
1111
{
@@ -82143,6 +82143,24 @@
8214382143
}
8214482144
]
8214582145
},
82146+
{
82147+
"name": "_begin_handle_action",
82148+
"is_const": false,
82149+
"is_static": false,
82150+
"is_vararg": false,
82151+
"is_virtual": true,
82152+
"arguments": [
82153+
{
82154+
"name": "id",
82155+
"type": "int",
82156+
"meta": "int32"
82157+
},
82158+
{
82159+
"name": "secondary",
82160+
"type": "bool"
82161+
}
82162+
]
82163+
},
8214682164
{
8214782165
"name": "_set_handle",
8214882166
"is_const": false,
@@ -82700,6 +82718,28 @@
8270082718
}
8270182719
]
8270282720
},
82721+
{
82722+
"name": "_begin_handle_action",
82723+
"is_const": false,
82724+
"is_static": false,
82725+
"is_vararg": false,
82726+
"is_virtual": true,
82727+
"arguments": [
82728+
{
82729+
"name": "gizmo",
82730+
"type": "EditorNode3DGizmo"
82731+
},
82732+
{
82733+
"name": "handle_id",
82734+
"type": "int",
82735+
"meta": "int32"
82736+
},
82737+
{
82738+
"name": "secondary",
82739+
"type": "bool"
82740+
}
82741+
]
82742+
},
8270382743
{
8270482744
"name": "_set_handle",
8270582745
"is_const": false,
@@ -151041,6 +151081,10 @@
151041151081
{
151042151082
"name": "NOTIFICATION_PREDELETE",
151043151083
"value": 1
151084+
},
151085+
{
151086+
"name": "NOTIFICATION_EXTENSION_RELOADED",
151087+
"value": 2
151044151088
}
151045151089
],
151046151090
"enums": [
@@ -205983,6 +206027,23 @@
205983206027
}
205984206028
]
205985206029
},
206030+
{
206031+
"name": "debug_canvas_item_get_rect",
206032+
"is_const": false,
206033+
"is_vararg": false,
206034+
"is_static": false,
206035+
"is_virtual": false,
206036+
"hash": 624227424,
206037+
"return_value": {
206038+
"type": "Rect2"
206039+
},
206040+
"arguments": [
206041+
{
206042+
"name": "item",
206043+
"type": "RID"
206044+
}
206045+
]
206046+
},
205986206047
{
205987206048
"name": "canvas_light_create",
205988206049
"is_const": false,
@@ -207640,7 +207701,7 @@
207640207701
"is_refcounted": true,
207641207702
"is_instantiable": true,
207642207703
"inherits": "ResourceImporter",
207643-
"api_type": "core"
207704+
"api_type": "editor"
207644207705
},
207645207706
{
207646207707
"name": "ResourceImporterOBJ",
@@ -207654,7 +207715,7 @@
207654207715
"is_refcounted": true,
207655207716
"is_instantiable": true,
207656207717
"inherits": "ResourceImporter",
207657-
"api_type": "core",
207718+
"api_type": "editor",
207658207719
"methods": [
207659207720
{
207660207721
"name": "load_from_buffer",

0 commit comments

Comments
 (0)