godot-dlang v0.2.0 (2023-02-23T07:46:21Z)
Dub
Repo
MethodWrapper.callMethod
godot
api
wrap
MethodWrapper
C function passed to Godot that calls the wrapped method
struct
MethodWrapper
(T, alias mf)
extern (
C
) static
void
callMethod
(
void
*
methodData
,
void
*
instance
,
const
(
void
**)
args
,
const
long
numArgs
,
void
*
r_return
,
GDExtensionCallError
*
r_error
)
Meta
Source
See Implementation
godot
api
wrap
MethodWrapper
aliases
A
R
static functions
callMethod
callPtrMethod
virtualCall
static variables
funName
variables
name
C function passed to Godot that calls the wrapped method