You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
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