From b80c42ef4e99ee155a98c7a2f17201280612257f Mon Sep 17 00:00:00 2001 From: eska Date: Sat, 30 Jul 2016 20:41:38 +0200 Subject: Document FuncRef, GDFunctionState, InstancePlaceholder, RID, World2D --- core/func_ref.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/func_ref.cpp b/core/func_ref.cpp index 29b06ae9a0..644d8b5b63 100644 --- a/core/func_ref.cpp +++ b/core/func_ref.cpp @@ -65,7 +65,7 @@ void FuncRef::_bind_methods() { mi.arguments.push_back( PropertyInfo( Variant::NIL, "arg"+itos(i))); defargs.push_back(Variant()); } - ObjectTypeDB::bind_native_method(METHOD_FLAGS_DEFAULT,"call_func",&FuncRef::call_func,mi,defargs); + ObjectTypeDB::bind_native_method(METHOD_FLAGS_DEFAULT,"call_func:Variant",&FuncRef::call_func,mi,defargs); } -- cgit v1.2.3