Function callv

Variant call, for virtual and vararg methods.

Return callv(MB, Return, Args...) (
  MB method,
  godot_object self,
  Args args
);

Forwards to callv, but does compile-time type check of args other than varargs.