Refactor MethodBind to use variadic templates
Removed make_binders and the old style generated binders.
This commit is contained in:
@ -30,8 +30,6 @@
|
||||
|
||||
#include "tween.h"
|
||||
|
||||
#include "core/method_bind_ext.gen.inc"
|
||||
|
||||
void Tween::_add_pending_command(StringName p_key, const Variant &p_arg1, const Variant &p_arg2, const Variant &p_arg3, const Variant &p_arg4, const Variant &p_arg5, const Variant &p_arg6, const Variant &p_arg7, const Variant &p_arg8, const Variant &p_arg9, const Variant &p_arg10) {
|
||||
// Add a new pending command and reference it
|
||||
pending_commands.push_back(PendingCommand());
|
||||
|
||||
Reference in New Issue
Block a user