We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98ea2f6 commit 375c0d1Copy full SHA for 375c0d1
gdextension/extension_api.json
@@ -3,9 +3,9 @@
3
"version_major": 4,
4
"version_minor": 4,
5
"version_patch": 0,
6
- "version_status": "rc1",
+ "version_status": "rc2",
7
"version_build": "official",
8
- "version_full_name": "Godot Engine v4.4.rc1.official"
+ "version_full_name": "Godot Engine v4.4.rc2.official"
9
},
10
"builtin_class_sizes": [
11
{
@@ -3815,6 +3815,10 @@
3815
"name": "METHOD_FLAG_OBJECT_CORE",
3816
"value": 64
3817
3818
+ {
3819
+ "name": "METHOD_FLAG_VIRTUAL_REQUIRED",
3820
+ "value": 128
3821
+ },
3822
3823
"name": "METHOD_FLAGS_DEFAULT",
3824
"value": 1
0 commit comments