1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Merge pull request #81515 from dsnopek/gdextension-validate-property-object

Allow implementing `Object::_validate_property()` from GDExtension
This commit is contained in:
Rémi Verschelde
2023-09-11 15:40:05 +02:00
5 changed files with 29 additions and 1 deletions

View File

@@ -322,6 +322,7 @@ struct ObjectGDExtension {
GDExtensionClassFreePropertyList free_property_list;
GDExtensionClassPropertyCanRevert property_can_revert;
GDExtensionClassPropertyGetRevert property_get_revert;
GDExtensionClassValidateProperty validate_property;
#ifndef DISABLE_DEPRECATED
GDExtensionClassNotification notification;
#endif // DISABLE_DEPRECATED