godot-d v0.1.1 (2018-11-04T13:23:39Z)
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