From 75b66146ae977d634205b6a93ac8f3b0da0f4686 Mon Sep 17 00:00:00 2001 From: Ramesh Ravone Date: Mon, 24 Jul 2017 22:00:14 +0530 Subject: [PATCH] GDNative register_property --- modules/nativescript/nativescript.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/nativescript/nativescript.cpp b/modules/nativescript/nativescript.cpp index f993890a620..952e8e349c9 100644 --- a/modules/nativescript/nativescript.cpp +++ b/modules/nativescript/nativescript.cpp @@ -532,6 +532,7 @@ bool NativeScriptInstance::get(const StringName &p_name, Variant &r_ret) const { } void NativeScriptInstance::get_property_list(List *p_properties) const { + script->get_script_property_list(p_properties); NativeScriptDesc *script_data = GET_SCRIPT_DESC();