gdextension: Sync with upstream commit e0de3573f3fc86062763152f5a1ac62f5a986da3 (4.0-rc4)

pull/1055/head
Rémi Verschelde 2023-02-23 18:05:21 +01:00
parent c1ff169bf3
commit c2c5c85ef4
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 44 additions and 9 deletions

View File

@ -3,9 +3,9 @@
"version_major": 4, "version_major": 4,
"version_minor": 0, "version_minor": 0,
"version_patch": 0, "version_patch": 0,
"version_status": "rc3", "version_status": "rc4",
"version_build": "official", "version_build": "official",
"version_full_name": "Godot Engine v4.0.rc3.official" "version_full_name": "Godot Engine v4.0.rc4.official"
}, },
"builtin_class_sizes": [ "builtin_class_sizes": [
{ {
@ -77774,6 +77774,31 @@
} }
] ]
}, },
{
"name": "set_filters",
"is_const": false,
"is_vararg": false,
"is_static": false,
"is_virtual": false,
"hash": 4015028928,
"arguments": [
{
"name": "filters",
"type": "PackedStringArray"
}
]
},
{
"name": "get_filters",
"is_const": true,
"is_vararg": false,
"is_static": false,
"is_virtual": false,
"hash": 1139954409,
"return_value": {
"type": "PackedStringArray"
}
},
{ {
"name": "get_current_dir", "name": "get_current_dir",
"is_const": true, "is_const": true,
@ -77885,6 +77910,17 @@
"type": "VBoxContainer" "type": "VBoxContainer"
} }
}, },
{
"name": "get_line_edit",
"is_const": false,
"is_vararg": false,
"is_static": false,
"is_virtual": false,
"hash": 4071694264,
"return_value": {
"type": "LineEdit"
}
},
{ {
"name": "set_access", "name": "set_access",
"is_const": false, "is_const": false,
@ -78060,6 +78096,12 @@
"setter": "set_current_path", "setter": "set_current_path",
"getter": "get_current_path" "getter": "get_current_path"
}, },
{
"type": "PackedStringArray",
"name": "filters",
"setter": "set_filters",
"getter": "get_filters"
},
{ {
"type": "bool", "type": "bool",
"name": "show_hidden_files", "name": "show_hidden_files",
@ -217373,13 +217415,6 @@
} }
] ]
}, },
{
"name": "TTS_Linux",
"is_refcounted": false,
"is_instantiable": false,
"inherits": "Object",
"api_type": "core"
},
{ {
"name": "TabBar", "name": "TabBar",
"is_refcounted": false, "is_refcounted": false,