diff options
| author | Ramesh Ravone | 2017-07-24 22:00:14 +0530 |
|---|---|---|
| committer | Ramesh Ravone | 2017-07-24 22:30:07 +0530 |
| commit | 75b66146ae977d634205b6a93ac8f3b0da0f4686 (patch) | |
| tree | 413c331fbc4f1af2a58cd38ce1b9da58484646e9 /modules/nativescript/nativescript.cpp | |
| parent | 008b20bd8f19ca109f707ad1e566c86c2eccfb45 (diff) | |
| download | godot-75b66146ae977d634205b6a93ac8f3b0da0f4686.tar.gz godot-75b66146ae977d634205b6a93ac8f3b0da0f4686.tar.zst godot-75b66146ae977d634205b6a93ac8f3b0da0f4686.zip | |
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 f993890a6..952e8e349 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(); |
