godot-dlang v0.1.0 (2022-11-07T21:45:52Z)
Dub
Repo
MethodWrapper.callPtrMethod
godot
api
wrap
MethodWrapper
Undocumented in source. Be warned that the author may not have intended to support it.
struct
MethodWrapper
(T, alias mf)
extern (
C
) static
void
callPtrMethod
(
void
*
methodData
,
void
*
instance
,
const
(
void
**)
args
,
void
*
r_return
)
Meta
Source
See Implementation
godot
api
wrap
MethodWrapper
aliases
A
R
static functions
callMethod
callPtrMethod
virtualCall
variables
name