- callMethod
void callMethod(void* methodData, void* instance, const(void*)* args, long numArgs, void* r_return, GDExtensionCallError* r_error)
C function passed to Godot that calls the wrapped method
- callPtrMethod
void callPtrMethod(void* methodData, void* instance, const(void*)* args, void* r_return)
Undocumented in source. Be warned that the author may not have intended to support it.
- virtualCall
void virtualCall(GDExtensionClassInstancePtr instance, GDExtensionTypePtr* args, GDExtensionTypePtr ret)
Undocumented in source. Be warned that the author may not have intended to support it.
Variadic template for method wrappers.