Skip to content

Commit

Permalink
gdextension: Sync with upstream commit b09f793f564a6c95dc76acc654b390…
Browse files Browse the repository at this point in the history
…e68441bd01 (4.2.1-stable)
  • Loading branch information
akien-mga committed Dec 12, 2023
1 parent f93a6c5 commit 78ffea5
Showing 1 changed file with 46 additions and 2 deletions.
48 changes: 46 additions & 2 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": 0,
"version_patch": 1,
"version_status": "stable",
"version_build": "official",
"version_full_name": "Godot Engine v4.2.stable.official"
"version_full_name": "Godot Engine v4.2.1.stable.official"
},
"builtin_class_sizes": [
{
Expand Down Expand Up @@ -136403,6 +136403,17 @@
"inherits": "Node2D",
"api_type": "core",
"methods": [
{
"name": "get_rid",
"is_const": true,
"is_vararg": false,
"is_static": false,
"is_virtual": false,
"hash": 2944877500,
"return_value": {
"type": "RID"
}
},
{
"name": "set_enabled",
"is_const": false,
Expand Down Expand Up @@ -136724,6 +136735,17 @@
"inherits": "Node3D",
"api_type": "core",
"methods": [
{
"name": "get_rid",
"is_const": true,
"is_vararg": false,
"is_static": false,
"is_virtual": false,
"hash": 2944877500,
"return_value": {
"type": "RID"
}
},
{
"name": "set_enabled",
"is_const": false,
Expand Down Expand Up @@ -140321,6 +140343,17 @@
"inherits": "Node2D",
"api_type": "core",
"methods": [
{
"name": "get_rid",
"is_const": true,
"is_vararg": false,
"is_static": false,
"is_virtual": false,
"hash": 2944877500,
"return_value": {
"type": "RID"
}
},
{
"name": "set_navigation_polygon",
"is_const": false,
Expand Down Expand Up @@ -140721,6 +140754,17 @@
"inherits": "Node3D",
"api_type": "core",
"methods": [
{
"name": "get_rid",
"is_const": true,
"is_vararg": false,
"is_static": false,
"is_virtual": false,
"hash": 2944877500,
"return_value": {
"type": "RID"
}
},
{
"name": "set_navigation_mesh",
"is_const": false,
Expand Down

0 comments on commit 78ffea5

Please sign in to comment.