mirror of
https://github.com/godotengine/godot-cpp.git
synced 2026-01-03 18:09:13 +03:00
gdextension: Sync with upstream commit 2dd26a027a99633231184616d4dd287bbdd1c0a3 (4.5-rc2)
This commit is contained in:
@@ -3,9 +3,9 @@
|
|||||||
"version_major": 4,
|
"version_major": 4,
|
||||||
"version_minor": 5,
|
"version_minor": 5,
|
||||||
"version_patch": 0,
|
"version_patch": 0,
|
||||||
"version_status": "beta7",
|
"version_status": "rc2",
|
||||||
"version_build": "official",
|
"version_build": "official",
|
||||||
"version_full_name": "Godot Engine v4.5.beta7.official",
|
"version_full_name": "Godot Engine v4.5.rc2.official",
|
||||||
"precision": "single"
|
"precision": "single"
|
||||||
},
|
},
|
||||||
"builtin_class_sizes": [
|
"builtin_class_sizes": [
|
||||||
|
|||||||
@@ -2938,7 +2938,7 @@ typedef void (*GDExtensionInterfaceClassdbRegisterExtensionClass2)(GDExtensionCl
|
|||||||
* @param p_library A pointer the library received by the GDExtension's entry point function.
|
* @param p_library A pointer the library received by the GDExtension's entry point function.
|
||||||
* @param p_class_name A pointer to a StringName with the class name.
|
* @param p_class_name A pointer to a StringName with the class name.
|
||||||
* @param p_parent_class_name A pointer to a StringName with the parent class name.
|
* @param p_parent_class_name A pointer to a StringName with the parent class name.
|
||||||
* @param p_extension_funcs A pointer to a GDExtensionClassCreationInfo2 struct.
|
* @param p_extension_funcs A pointer to a GDExtensionClassCreationInfo3 struct.
|
||||||
*/
|
*/
|
||||||
typedef void (*GDExtensionInterfaceClassdbRegisterExtensionClass3)(GDExtensionClassLibraryPtr p_library, GDExtensionConstStringNamePtr p_class_name, GDExtensionConstStringNamePtr p_parent_class_name, const GDExtensionClassCreationInfo3 *p_extension_funcs);
|
typedef void (*GDExtensionInterfaceClassdbRegisterExtensionClass3)(GDExtensionClassLibraryPtr p_library, GDExtensionConstStringNamePtr p_class_name, GDExtensionConstStringNamePtr p_parent_class_name, const GDExtensionClassCreationInfo3 *p_extension_funcs);
|
||||||
|
|
||||||
@@ -2954,7 +2954,7 @@ typedef void (*GDExtensionInterfaceClassdbRegisterExtensionClass3)(GDExtensionCl
|
|||||||
* @param p_library A pointer the library received by the GDExtension's entry point function.
|
* @param p_library A pointer the library received by the GDExtension's entry point function.
|
||||||
* @param p_class_name A pointer to a StringName with the class name.
|
* @param p_class_name A pointer to a StringName with the class name.
|
||||||
* @param p_parent_class_name A pointer to a StringName with the parent class name.
|
* @param p_parent_class_name A pointer to a StringName with the parent class name.
|
||||||
* @param p_extension_funcs A pointer to a GDExtensionClassCreationInfo2 struct.
|
* @param p_extension_funcs A pointer to a GDExtensionClassCreationInfo4 struct.
|
||||||
*/
|
*/
|
||||||
typedef void (*GDExtensionInterfaceClassdbRegisterExtensionClass4)(GDExtensionClassLibraryPtr p_library, GDExtensionConstStringNamePtr p_class_name, GDExtensionConstStringNamePtr p_parent_class_name, const GDExtensionClassCreationInfo4 *p_extension_funcs);
|
typedef void (*GDExtensionInterfaceClassdbRegisterExtensionClass4)(GDExtensionClassLibraryPtr p_library, GDExtensionConstStringNamePtr p_class_name, GDExtensionConstStringNamePtr p_parent_class_name, const GDExtensionClassCreationInfo4 *p_extension_funcs);
|
||||||
|
|
||||||
@@ -2969,7 +2969,7 @@ typedef void (*GDExtensionInterfaceClassdbRegisterExtensionClass4)(GDExtensionCl
|
|||||||
* @param p_library A pointer the library received by the GDExtension's entry point function.
|
* @param p_library A pointer the library received by the GDExtension's entry point function.
|
||||||
* @param p_class_name A pointer to a StringName with the class name.
|
* @param p_class_name A pointer to a StringName with the class name.
|
||||||
* @param p_parent_class_name A pointer to a StringName with the parent class name.
|
* @param p_parent_class_name A pointer to a StringName with the parent class name.
|
||||||
* @param p_extension_funcs A pointer to a GDExtensionClassCreationInfo2 struct.
|
* @param p_extension_funcs A pointer to a GDExtensionClassCreationInfo5 struct.
|
||||||
*/
|
*/
|
||||||
typedef void (*GDExtensionInterfaceClassdbRegisterExtensionClass5)(GDExtensionClassLibraryPtr p_library, GDExtensionConstStringNamePtr p_class_name, GDExtensionConstStringNamePtr p_parent_class_name, const GDExtensionClassCreationInfo5 *p_extension_funcs);
|
typedef void (*GDExtensionInterfaceClassdbRegisterExtensionClass5)(GDExtensionClassLibraryPtr p_library, GDExtensionConstStringNamePtr p_class_name, GDExtensionConstStringNamePtr p_parent_class_name, const GDExtensionClassCreationInfo5 *p_extension_funcs);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user