You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
replaced :var by :Variant in documentation, fixes #2897
This commit is contained in:
@@ -1613,7 +1613,7 @@ void Object::_bind_methods() {
|
||||
ObjectTypeDB::bind_native_method(METHOD_FLAGS_DEFAULT,"call_deferred",&Object::_call_deferred_bind,mi,defargs);
|
||||
}
|
||||
|
||||
ObjectTypeDB::bind_method(_MD("callv:var","method","arg_array"),&Object::callv);
|
||||
ObjectTypeDB::bind_method(_MD("callv:Variant","method","arg_array"),&Object::callv);
|
||||
|
||||
ObjectTypeDB::bind_method(_MD("has_method"),&Object::has_method);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user