2
2
"header": {
3
3
"version_major": 4,
4
4
"version_minor": 2,
5
- "version_patch": 1 ,
5
+ "version_patch": 2 ,
6
6
"version_status": "stable",
7
7
"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"
9
9
},
10
10
"builtin_class_sizes": [
11
11
{
82143
82143
}
82144
82144
]
82145
82145
},
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
+ },
82146
82164
{
82147
82165
"name": "_set_handle",
82148
82166
"is_const": false,
82700
82718
}
82701
82719
]
82702
82720
},
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
+ },
82703
82743
{
82704
82744
"name": "_set_handle",
82705
82745
"is_const": false,
@@ -151041,6 +151081,10 @@
151041
151081
{
151042
151082
"name": "NOTIFICATION_PREDELETE",
151043
151083
"value": 1
151084
+ },
151085
+ {
151086
+ "name": "NOTIFICATION_EXTENSION_RELOADED",
151087
+ "value": 2
151044
151088
}
151045
151089
],
151046
151090
"enums": [
@@ -205983,6 +206027,23 @@
205983
206027
}
205984
206028
]
205985
206029
},
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
+ },
205986
206047
{
205987
206048
"name": "canvas_light_create",
205988
206049
"is_const": false,
@@ -207640,7 +207701,7 @@
207640
207701
"is_refcounted": true,
207641
207702
"is_instantiable": true,
207642
207703
"inherits": "ResourceImporter",
207643
- "api_type": "core "
207704
+ "api_type": "editor "
207644
207705
},
207645
207706
{
207646
207707
"name": "ResourceImporterOBJ",
@@ -207654,7 +207715,7 @@
207654
207715
"is_refcounted": true,
207655
207716
"is_instantiable": true,
207656
207717
"inherits": "ResourceImporter",
207657
- "api_type": "core ",
207718
+ "api_type": "editor ",
207658
207719
"methods": [
207659
207720
{
207660
207721
"name": "load_from_buffer",
0 commit comments