godot-d ~master (2021-09-08T21:50:27Z)
Dub
Repo
MethodWrapper.callPropertyGet
godot
d
wrap
MethodWrapper
C function passed to Godot if this is a property getter
struct
MethodWrapper
(T, alias mf)
extern (
C
) static
static if
(
!is(R == void) && A.length == 0
)
godot_variant
callPropertyGet
(
godot_object
o
,
void
*
methodData
,
void
*
userData
)
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 getter