From 531f56e8307c5e9691a6db2f589025af28d200ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Cambr=C3=A9?= Date: Sat, 1 Jul 2023 15:09:21 +0200 Subject: add GDExtensionScriptInstanceGetClassCategory Change GetClassCategory so it is handled in native directly --- core/object/script_language_extension.h | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'core/object/script_language_extension.h') diff --git a/core/object/script_language_extension.h b/core/object/script_language_extension.h index 3e8284670c..b682efec12 100644 --- a/core/object/script_language_extension.h +++ b/core/object/script_language_extension.h @@ -670,9 +670,20 @@ public: const GDExtensionPropertyInfo *pinfo = native_info->get_property_list_func(instance, &pcount); #ifdef TOOLS_ENABLED - Ref