Merge pull request #9817 from RameshRavone/patch-2
GDNative register_property
This commit is contained in:
commit
be578a1b3e
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
void NativeScriptInstance::get_property_list(List<PropertyInfo> *p_properties) const {
|
||||||
|
script->get_script_property_list(p_properties);
|
||||||
|
|
||||||
NativeScriptDesc *script_data = GET_SCRIPT_DESC();
|
NativeScriptDesc *script_data = GET_SCRIPT_DESC();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue