From 2dcd064056cd7905ef1559e9f35aa223a583d225 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20J=2E=20Est=C3=A9banez?= Date: Mon, 2 Aug 2021 14:34:43 +0200 Subject: [PATCH] Implement inherits_script() for NativeScript and PluginScript --- .../gdnative/nativescript/nativescript.cpp | 22 ++++++++++++++++--- .../pluginscript/pluginscript_script.cpp | 17 +++++++++++--- 2 files changed, 33 insertions(+), 6 deletions(-) diff --git a/modules/gdnative/nativescript/nativescript.cpp b/modules/gdnative/nativescript/nativescript.cpp index f3a0e9603fa6..26d3aed702d5 100644 --- a/modules/gdnative/nativescript/nativescript.cpp +++ b/modules/gdnative/nativescript/nativescript.cpp @@ -114,9 +114,25 @@ void NativeScript::_placeholder_erased(PlaceHolderScriptInstance *p_placeholder) #endif bool NativeScript::inherits_script(const Ref