From 6c2f9196d76b81de0ea0ff7480767c4c34336882 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Wed, 16 Nov 2022 12:36:01 +0100 Subject: [PATCH] headers: Resync with actual 4.0-beta5 release build --- godot-headers/extension_api.json | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/godot-headers/extension_api.json b/godot-headers/extension_api.json index 8a5aec96..f3d633a9 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": [ { @@ -92004,6 +92004,13 @@ } ] }, + { + "name": "FramebufferCacheRD", + "is_refcounted": false, + "is_instantiable": false, + "inherits": "Object", + "api_type": "core" + }, { "name": "GDScript", "is_refcounted": true, @@ -247075,6 +247082,13 @@ } ] }, + { + "name": "UniformSetCacheRD", + "is_refcounted": false, + "is_instantiable": false, + "inherits": "Object", + "api_type": "core" + }, { "name": "VBoxContainer", "is_refcounted": false,