godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
MethodWrapper.callPropertySet
godot
d
wrap
MethodWrapper
C function passed to Godot if this is a property setter
struct
MethodWrapper
(T, alias mf)
extern (
C
) static
static if
(
is(R == void) && A.length == 1
)
void
callPropertySet
(
godot_object
o
,
void
*
methodData
,
void
*
userData
,
godot_variant
*
arg
)
Meta
Source
See Implementation
godot
d
wrap
MethodWrapper
aliases
A
R
static functions
callMethod
callPropertyGet
callPropertySet
variables
name
C function passed to Godot if this is a property setter