summaryrefslogtreecommitdiffstats
path: root/core/object/object.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2023-09-11 15:40:05 +0200
committerRémi Verschelde <rverschelde@gmail.com>2023-09-11 15:40:05 +0200
commit43c7e8d3b597cfc0e088851b3ff04d564a859dda (patch)
treee4316d231bf4d47d00d68706ab91e33a5ae216ad /core/object/object.h
parent2081b1d549e0cc72d738ed8345a5997e1f85ce60 (diff)
parentabef8e3874a688600e844b37833230a4163a2dce (diff)
downloadredot-engine-43c7e8d3b597cfc0e088851b3ff04d564a859dda.tar.gz
Merge pull request #81515 from dsnopek/gdextension-validate-property-object
Allow implementing `Object::_validate_property()` from GDExtension
Diffstat (limited to 'core/object/object.h')
-rw-r--r--core/object/object.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/object/object.h b/core/object/object.h
index b74aa7c4bc..3a698f7526 100644
--- a/core/object/object.h
+++ b/core/object/object.h
@@ -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