godot-d ~master (2021-09-08T21:50:27Z)
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