Add support for property_*_revert methods

This commit is contained in:
Yuri Sizov
2022-08-18 16:43:01 +03:00
parent 8498f64a50
commit fa111d7078
2 changed files with 12 additions and 0 deletions

View File

@@ -162,6 +162,8 @@ void ClassDB::register_class() {
nullptr, // GDNativeExtensionClassGet get_func;
nullptr, // GDNativeExtensionClassGetPropertyList get_property_list_func;
nullptr, // GDNativeExtensionClassFreePropertyList free_property_list_func;
nullptr, // GDNativeExtensionClassPropertyCanRevert property_can_revert_func;
nullptr, // GDNativeExtensionClassPropertyGetRevert property_get_revert_func;
nullptr, // GDNativeExtensionClassNotification notification_func;
nullptr, // GDNativeExtensionClassToString to_string_func;
nullptr, // GDNativeExtensionClassReference reference_func;