mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
replaced :var by :Variant in documentation, fixes #2897
This commit is contained in:
parent
534c8e74b9
commit
f2183a5e09
12 changed files with 17 additions and 16 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue