godot-d ~releases (2022-04-02T06:37:10.8312204)
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