GDExtension: provide free_property_list_func with length of array

This commit is contained in:
Jan Haller
2024-04-25 22:19:19 +02:00
parent 11d3768132
commit 27a637d287
6 changed files with 25 additions and 10 deletions

View File

@ -71,6 +71,7 @@ class GDExtension : public Resource {
struct ClassCreationDeprecatedInfo {
#ifndef DISABLE_DEPRECATED
GDExtensionClassNotification notification_func = nullptr;
GDExtensionClassFreePropertyList free_property_list_func = nullptr;
#endif // DISABLE_DEPRECATED
};