Browse Source

GDNative register_property

Ramesh Ravone 8 years ago
parent
commit
75b66146ae
1 changed files with 1 additions and 0 deletions
  1. 1 0
      modules/nativescript/nativescript.cpp

+ 1 - 0
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();