Fix return type of _get() virtual method
This commit is contained in:
parent
46bab3abc7
commit
34e2ccc593
1 changed files with 1 additions and 0 deletions
|
@ -1677,6 +1677,7 @@ void Object::_bind_methods() {
|
||||||
#ifdef TOOLS_ENABLED
|
#ifdef TOOLS_ENABLED
|
||||||
MethodInfo miget("_get", PropertyInfo(Variant::STRING, "property"));
|
MethodInfo miget("_get", PropertyInfo(Variant::STRING, "property"));
|
||||||
miget.return_val.name = "Variant";
|
miget.return_val.name = "Variant";
|
||||||
|
miget.return_val.usage |= PROPERTY_USAGE_NIL_IS_VARIANT;
|
||||||
BIND_VMETHOD(miget);
|
BIND_VMETHOD(miget);
|
||||||
|
|
||||||
MethodInfo plget("_get_property_list");
|
MethodInfo plget("_get_property_list");
|
||||||
|
|
Loading…
Reference in a new issue