godot-d ~master (2021-09-08T21:50:27Z)
Dub
Repo
MethodWrapper.callMethod
godot
d
wrap
MethodWrapper
C function passed to Godot that calls the wrapped method
struct
MethodWrapper
(T, alias mf)
extern (
C
) static
godot_variant
callMethod
(
godot_object
o
,
void
*
methodData
,
void
*
userData
,
int
numArgs
,
godot_variant
**
args
)
Meta
Source
See Implementation
godot
d
wrap
MethodWrapper
aliases
A
R
static functions
callMethod
callPropertyGet
callPropertySet
variables
name
C function passed to Godot that calls the wrapped method