Fixed too many little issues, check the issues closed today.
This commit is contained in:
@ -1505,10 +1505,12 @@ void Object::_bind_methods() {
|
||||
BIND_VMETHOD( miget );
|
||||
|
||||
MethodInfo plget("_get_property_list");
|
||||
|
||||
plget.return_val.type=Variant::ARRAY;
|
||||
BIND_VMETHOD( plget );
|
||||
|
||||
#endif
|
||||
BIND_VMETHOD( MethodInfo("_init") );
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user