MethodWrapper.callMethod

C function passed to Godot that calls the wrapped method

struct MethodWrapper(T, alias mf)
extern (C) static
void
callMethod
(,
void* instance
,
const(void*)* args
,
long numArgs
,
void* r_return
,
GDExtensionCallError* r_error
)

Meta