From f2183a5e09cc55a91b550f0d8f45b45a93d82b29 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Mon, 14 Dec 2015 08:28:01 -0300 Subject: replaced :var by :Variant in documentation, fixes #2897 --- core/object.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/object.cpp') diff --git a/core/object.cpp b/core/object.cpp index f6ba76a0b5..9fdd11eb2e 100644 --- a/core/object.cpp +++ b/core/object.cpp @@ -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); -- cgit v1.2.3