Skip to content

Commit cb3ad55

Browse files
committed
gdextension: Sync with upstream commit 2d113cc224cb9be07866d003819fcef2226a52ea (4.5-beta4)
1 parent 4f80491 commit cb3ad55

File tree

1 file changed

+163
-4
lines changed

1 file changed

+163
-4
lines changed

gdextension/extension_api.json

Lines changed: 163 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version_major": 4,
44
"version_minor": 5,
55
"version_patch": 0,
6-
"version_status": "beta3",
6+
"version_status": "beta4",
77
"version_build": "official",
8-
"version_full_name": "Godot Engine v4.5.beta3.official",
8+
"version_full_name": "Godot Engine v4.5.beta4.official",
99
"precision": "single"
1010
},
1111
"builtin_class_sizes": [
@@ -25894,6 +25894,30 @@
2589425894
"inherits": "RefCounted",
2589525895
"api_type": "core",
2589625896
"methods": [
25897+
{
25898+
"name": "_filter_neighbor",
25899+
"is_const": true,
25900+
"is_static": false,
25901+
"is_required": false,
25902+
"is_vararg": false,
25903+
"is_virtual": true,
25904+
"hash": 2522259332,
25905+
"return_value": {
25906+
"type": "bool"
25907+
},
25908+
"arguments": [
25909+
{
25910+
"name": "from_id",
25911+
"type": "int",
25912+
"meta": "int64"
25913+
},
25914+
{
25915+
"name": "neighbor_id",
25916+
"type": "int",
25917+
"meta": "int64"
25918+
}
25919+
]
25920+
},
2589725921
{
2589825922
"name": "_estimate_cost",
2589925923
"is_const": true,
@@ -26122,6 +26146,31 @@
2612226146
"type": "PackedInt64Array"
2612326147
}
2612426148
},
26149+
{
26150+
"name": "set_neighbor_filter_enabled",
26151+
"is_const": false,
26152+
"is_vararg": false,
26153+
"is_static": false,
26154+
"is_virtual": false,
26155+
"hash": 2586408642,
26156+
"arguments": [
26157+
{
26158+
"name": "enabled",
26159+
"type": "bool"
26160+
}
26161+
]
26162+
},
26163+
{
26164+
"name": "is_neighbor_filter_enabled",
26165+
"is_const": true,
26166+
"is_vararg": false,
26167+
"is_static": false,
26168+
"is_virtual": false,
26169+
"hash": 36873697,
26170+
"return_value": {
26171+
"type": "bool"
26172+
}
26173+
},
2612526174
{
2612626175
"name": "set_point_disabled",
2612726176
"is_const": false,
@@ -26399,6 +26448,14 @@
2639926448
}
2640026449
]
2640126450
}
26451+
],
26452+
"properties": [
26453+
{
26454+
"type": "bool",
26455+
"name": "neighbor_filter_enabled",
26456+
"setter": "set_neighbor_filter_enabled",
26457+
"getter": "is_neighbor_filter_enabled"
26458+
}
2640226459
]
2640326460
},
2640426461
{
@@ -26408,6 +26465,30 @@
2640826465
"inherits": "RefCounted",
2640926466
"api_type": "core",
2641026467
"methods": [
26468+
{
26469+
"name": "_filter_neighbor",
26470+
"is_const": true,
26471+
"is_static": false,
26472+
"is_required": false,
26473+
"is_vararg": false,
26474+
"is_virtual": true,
26475+
"hash": 2522259332,
26476+
"return_value": {
26477+
"type": "bool"
26478+
},
26479+
"arguments": [
26480+
{
26481+
"name": "from_id",
26482+
"type": "int",
26483+
"meta": "int64"
26484+
},
26485+
{
26486+
"name": "neighbor_id",
26487+
"type": "int",
26488+
"meta": "int64"
26489+
}
26490+
]
26491+
},
2641126492
{
2641226493
"name": "_estimate_cost",
2641326494
"is_const": true,
@@ -26677,6 +26758,31 @@
2667726758
}
2667826759
]
2667926760
},
26761+
{
26762+
"name": "set_neighbor_filter_enabled",
26763+
"is_const": false,
26764+
"is_vararg": false,
26765+
"is_static": false,
26766+
"is_virtual": false,
26767+
"hash": 2586408642,
26768+
"arguments": [
26769+
{
26770+
"name": "enabled",
26771+
"type": "bool"
26772+
}
26773+
]
26774+
},
26775+
{
26776+
"name": "is_neighbor_filter_enabled",
26777+
"is_const": true,
26778+
"is_vararg": false,
26779+
"is_static": false,
26780+
"is_virtual": false,
26781+
"hash": 36873697,
26782+
"return_value": {
26783+
"type": "bool"
26784+
}
26785+
},
2668026786
{
2668126787
"name": "connect_points",
2668226788
"is_const": false,
@@ -26913,6 +27019,14 @@
2691327019
}
2691427020
]
2691527021
}
27022+
],
27023+
"properties": [
27024+
{
27025+
"type": "bool",
27026+
"name": "neighbor_filter_enabled",
27027+
"setter": "set_neighbor_filter_enabled",
27028+
"getter": "is_neighbor_filter_enabled"
27029+
}
2691627030
]
2691727031
},
2691827032
{
@@ -92804,9 +92918,12 @@
9280492918
"is_required": false,
9280592919
"is_vararg": false,
9280692920
"is_virtual": true,
92807-
"hash": 3991065292,
92921+
"hash": 3536238170,
92922+
"hash_compatibility": [
92923+
3991065292
92924+
],
9280892925
"return_value": {
92809-
"type": "ImageTexture"
92926+
"type": "Texture2D"
9281092927
},
9281192928
"arguments": [
9281292929
{
@@ -249282,6 +249399,31 @@
249282249399
"type": "bool"
249283249400
}
249284249401
},
249402+
{
249403+
"name": "set_scroll_follow_visible_characters",
249404+
"is_const": false,
249405+
"is_vararg": false,
249406+
"is_static": false,
249407+
"is_virtual": false,
249408+
"hash": 2586408642,
249409+
"arguments": [
249410+
{
249411+
"name": "follow",
249412+
"type": "bool"
249413+
}
249414+
]
249415+
},
249416+
{
249417+
"name": "is_scroll_following_visible_characters",
249418+
"is_const": true,
249419+
"is_vararg": false,
249420+
"is_static": false,
249421+
"is_virtual": false,
249422+
"hash": 36873697,
249423+
"return_value": {
249424+
"type": "bool"
249425+
}
249426+
},
249285249427
{
249286249428
"name": "set_scroll_follow",
249287249429
"is_const": false,
@@ -249991,6 +250133,17 @@
249991250133
}
249992250134
]
249993250135
},
250136+
{
250137+
"name": "get_visible_content_rect",
250138+
"is_const": true,
250139+
"is_vararg": false,
250140+
"is_static": false,
250141+
"is_virtual": false,
250142+
"hash": 410525958,
250143+
"return_value": {
250144+
"type": "Rect2i"
250145+
}
250146+
},
249994250147
{
249995250148
"name": "get_line_offset",
249996250149
"is_const": false,
@@ -250194,6 +250347,12 @@
250194250347
"setter": "set_scroll_follow",
250195250348
"getter": "is_scroll_following"
250196250349
},
250350+
{
250351+
"type": "bool",
250352+
"name": "scroll_following_visible_characters",
250353+
"setter": "set_scroll_follow_visible_characters",
250354+
"getter": "is_scroll_following_visible_characters"
250355+
},
250197250356
{
250198250357
"type": "int",
250199250358
"name": "autowrap_mode",

0 commit comments

Comments
 (0)