diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-11-16 12:36:01 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-11-16 12:36:01 +0100 |
commit | 6c2f9196d76b81de0ea0ff7480767c4c34336882 (patch) | |
tree | 854cd145c0cfde6f2c934ff0c5423a44f16a1a66 | |
parent | 00db31c4f0b173d0ff726098849f484e6f9d6746 (diff) | |
download | redot-cpp-6c2f9196d76b81de0ea0ff7480767c4c34336882.tar.gz |
headers: Resync with actual 4.0-beta5 release build
-rw-r--r-- | godot-headers/extension_api.json | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/godot-headers/extension_api.json b/godot-headers/extension_api.json index 8a5aec9..f3d633a 100644 --- a/godot-headers/extension_api.json +++ b/godot-headers/extension_api.json @@ -3,9 +3,9 @@ "version_major": 4, "version_minor": 0, "version_patch": 0, - "version_status": "beta", - "version_build": "custom_build", - "version_full_name": "Godot Engine v4.0.beta.custom_build" + "version_status": "beta5", + "version_build": "official", + "version_full_name": "Godot Engine v4.0.beta5.official" }, "builtin_class_sizes": [ { @@ -92005,6 +92005,13 @@ ] }, { + "name": "FramebufferCacheRD", + "is_refcounted": false, + "is_instantiable": false, + "inherits": "Object", + "api_type": "core" + }, + { "name": "GDScript", "is_refcounted": true, "is_instantiable": true, @@ -247076,6 +247083,13 @@ ] }, { + "name": "UniformSetCacheRD", + "is_refcounted": false, + "is_instantiable": false, + "inherits": "Object", + "api_type": "core" + }, + { "name": "VBoxContainer", "is_refcounted": false, "is_instantiable": true, |