godot-d ~master (2021-10-29T00:44:14.7421827)
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