Skip to content

Commit c2c5c85

Browse files
committed
gdextension: Sync with upstream commit e0de3573f3fc86062763152f5a1ac62f5a986da3 (4.0-rc4)
1 parent c1ff169 commit c2c5c85

File tree

1 file changed

+44
-9
lines changed

1 file changed

+44
-9
lines changed

gdextension/extension_api.json

Lines changed: 44 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version_major": 4,
44
"version_minor": 0,
55
"version_patch": 0,
6-
"version_status": "rc3",
6+
"version_status": "rc4",
77
"version_build": "official",
8-
"version_full_name": "Godot Engine v4.0.rc3.official"
8+
"version_full_name": "Godot Engine v4.0.rc4.official"
99
},
1010
"builtin_class_sizes": [
1111
{
@@ -77774,6 +77774,31 @@
7777477774
}
7777577775
]
7777677776
},
77777+
{
77778+
"name": "set_filters",
77779+
"is_const": false,
77780+
"is_vararg": false,
77781+
"is_static": false,
77782+
"is_virtual": false,
77783+
"hash": 4015028928,
77784+
"arguments": [
77785+
{
77786+
"name": "filters",
77787+
"type": "PackedStringArray"
77788+
}
77789+
]
77790+
},
77791+
{
77792+
"name": "get_filters",
77793+
"is_const": true,
77794+
"is_vararg": false,
77795+
"is_static": false,
77796+
"is_virtual": false,
77797+
"hash": 1139954409,
77798+
"return_value": {
77799+
"type": "PackedStringArray"
77800+
}
77801+
},
7777777802
{
7777877803
"name": "get_current_dir",
7777977804
"is_const": true,
@@ -77885,6 +77910,17 @@
7788577910
"type": "VBoxContainer"
7788677911
}
7788777912
},
77913+
{
77914+
"name": "get_line_edit",
77915+
"is_const": false,
77916+
"is_vararg": false,
77917+
"is_static": false,
77918+
"is_virtual": false,
77919+
"hash": 4071694264,
77920+
"return_value": {
77921+
"type": "LineEdit"
77922+
}
77923+
},
7788877924
{
7788977925
"name": "set_access",
7789077926
"is_const": false,
@@ -78060,6 +78096,12 @@
7806078096
"setter": "set_current_path",
7806178097
"getter": "get_current_path"
7806278098
},
78099+
{
78100+
"type": "PackedStringArray",
78101+
"name": "filters",
78102+
"setter": "set_filters",
78103+
"getter": "get_filters"
78104+
},
7806378105
{
7806478106
"type": "bool",
7806578107
"name": "show_hidden_files",
@@ -217373,13 +217415,6 @@
217373217415
}
217374217416
]
217375217417
},
217376-
{
217377-
"name": "TTS_Linux",
217378-
"is_refcounted": false,
217379-
"is_instantiable": false,
217380-
"inherits": "Object",
217381-
"api_type": "core"
217382-
},
217383217418
{
217384217419
"name": "TabBar",
217385217420
"is_refcounted": false,

0 commit comments

Comments
 (0)