Skip to content

Commit 78ffea5

Browse files
committed
gdextension: Sync with upstream commit b09f793f564a6c95dc76acc654b390e68441bd01 (4.2.1-stable)
1 parent f93a6c5 commit 78ffea5

File tree

1 file changed

+46
-2
lines changed

1 file changed

+46
-2
lines changed

gdextension/extension_api.json

Lines changed: 46 additions & 2 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": 0,
5+
"version_patch": 1,
66
"version_status": "stable",
77
"version_build": "official",
8-
"version_full_name": "Godot Engine v4.2.stable.official"
8+
"version_full_name": "Godot Engine v4.2.1.stable.official"
99
},
1010
"builtin_class_sizes": [
1111
{
@@ -136403,6 +136403,17 @@
136403136403
"inherits": "Node2D",
136404136404
"api_type": "core",
136405136405
"methods": [
136406+
{
136407+
"name": "get_rid",
136408+
"is_const": true,
136409+
"is_vararg": false,
136410+
"is_static": false,
136411+
"is_virtual": false,
136412+
"hash": 2944877500,
136413+
"return_value": {
136414+
"type": "RID"
136415+
}
136416+
},
136406136417
{
136407136418
"name": "set_enabled",
136408136419
"is_const": false,
@@ -136724,6 +136735,17 @@
136724136735
"inherits": "Node3D",
136725136736
"api_type": "core",
136726136737
"methods": [
136738+
{
136739+
"name": "get_rid",
136740+
"is_const": true,
136741+
"is_vararg": false,
136742+
"is_static": false,
136743+
"is_virtual": false,
136744+
"hash": 2944877500,
136745+
"return_value": {
136746+
"type": "RID"
136747+
}
136748+
},
136727136749
{
136728136750
"name": "set_enabled",
136729136751
"is_const": false,
@@ -140321,6 +140343,17 @@
140321140343
"inherits": "Node2D",
140322140344
"api_type": "core",
140323140345
"methods": [
140346+
{
140347+
"name": "get_rid",
140348+
"is_const": true,
140349+
"is_vararg": false,
140350+
"is_static": false,
140351+
"is_virtual": false,
140352+
"hash": 2944877500,
140353+
"return_value": {
140354+
"type": "RID"
140355+
}
140356+
},
140324140357
{
140325140358
"name": "set_navigation_polygon",
140326140359
"is_const": false,
@@ -140721,6 +140754,17 @@
140721140754
"inherits": "Node3D",
140722140755
"api_type": "core",
140723140756
"methods": [
140757+
{
140758+
"name": "get_rid",
140759+
"is_const": true,
140760+
"is_vararg": false,
140761+
"is_static": false,
140762+
"is_virtual": false,
140763+
"hash": 2944877500,
140764+
"return_value": {
140765+
"type": "RID"
140766+
}
140767+
},
140724140768
{
140725140769
"name": "set_navigation_mesh",
140726140770
"is_const": false,

0 commit comments

Comments
 (0)