diff options
author | Ramesh Ravone <ramesh.maran443@gmail.com> | 2017-07-24 22:00:14 +0530 |
---|---|---|
committer | Ramesh Ravone <ramesh.maran443@gmail.com> | 2017-07-24 22:30:07 +0530 |
commit | 75b66146ae977d634205b6a93ac8f3b0da0f4686 (patch) | |
tree | 413c331fbc4f1af2a58cd38ce1b9da58484646e9 /modules/nativescript/nativescript.cpp | |
parent | 008b20bd8f19ca109f707ad1e566c86c2eccfb45 (diff) | |
download | redot-engine-75b66146ae977d634205b6a93ac8f3b0da0f4686.tar.gz |
GDNative register_property
Diffstat (limited to 'modules/nativescript/nativescript.cpp')
-rw-r--r-- | modules/nativescript/nativescript.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/nativescript/nativescript.cpp b/modules/nativescript/nativescript.cpp index f993890a62..952e8e349c 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<PropertyInfo> *p_properties) const { + script->get_script_property_list(p_properties); NativeScriptDesc *script_data = GET_SCRIPT_DESC(); |