Skip to content

Commit

Permalink
gdextension: Sync with upstream commit 15073afe3856abd2aa1622492fe500…
Browse files Browse the repository at this point in the history
…26c7d63dc1 (4.2.2-stable)
  • Loading branch information
dsnopek committed Apr 17, 2024
1 parent 28d43fb commit 98c143a
Showing 1 changed file with 65 additions and 4 deletions.
69 changes: 65 additions & 4 deletions gdextension/extension_api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"header": {
"version_major": 4,
"version_minor": 2,
"version_patch": 1,
"version_patch": 2,
"version_status": "stable",
"version_build": "official",
"version_full_name": "Godot Engine v4.2.1.stable.official"
"version_full_name": "Godot Engine v4.2.2.stable.official"
},
"builtin_class_sizes": [
{
Expand Down Expand Up @@ -82143,6 +82143,24 @@
}
]
},
{
"name": "_begin_handle_action",
"is_const": false,
"is_static": false,
"is_vararg": false,
"is_virtual": true,
"arguments": [
{
"name": "id",
"type": "int",
"meta": "int32"
},
{
"name": "secondary",
"type": "bool"
}
]
},
{
"name": "_set_handle",
"is_const": false,
Expand Down Expand Up @@ -82700,6 +82718,28 @@
}
]
},
{
"name": "_begin_handle_action",
"is_const": false,
"is_static": false,
"is_vararg": false,
"is_virtual": true,
"arguments": [
{
"name": "gizmo",
"type": "EditorNode3DGizmo"
},
{
"name": "handle_id",
"type": "int",
"meta": "int32"
},
{
"name": "secondary",
"type": "bool"
}
]
},
{
"name": "_set_handle",
"is_const": false,
Expand Down Expand Up @@ -151041,6 +151081,10 @@
{
"name": "NOTIFICATION_PREDELETE",
"value": 1
},
{
"name": "NOTIFICATION_EXTENSION_RELOADED",
"value": 2
}
],
"enums": [
Expand Down Expand Up @@ -205983,6 +206027,23 @@
}
]
},
{
"name": "debug_canvas_item_get_rect",
"is_const": false,
"is_vararg": false,
"is_static": false,
"is_virtual": false,
"hash": 624227424,
"return_value": {
"type": "Rect2"
},
"arguments": [
{
"name": "item",
"type": "RID"
}
]
},
{
"name": "canvas_light_create",
"is_const": false,
Expand Down Expand Up @@ -207640,7 +207701,7 @@
"is_refcounted": true,
"is_instantiable": true,
"inherits": "ResourceImporter",
"api_type": "core"
"api_type": "editor"
},
{
"name": "ResourceImporterOBJ",
Expand All @@ -207654,7 +207715,7 @@
"is_refcounted": true,
"is_instantiable": true,
"inherits": "ResourceImporter",
"api_type": "core",
"api_type": "editor",
"methods": [
{
"name": "load_from_buffer",
Expand Down

0 comments on commit 98c143a

Please sign in to comment.