Document FuncRef, GDFunctionState, InstancePlaceholder, RID, World2D
This commit is contained in:
parent
73f83fadc8
commit
b80c42ef4e
3 changed files with 28 additions and 4 deletions
|
|
@ -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);
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue