godot-dlang v0.1.0 (2022-11-07T21:45:52Z)
Dub
Repo
OnReadyWrapper.callOnReady
godot
api
wrap
OnReadyWrapper
Undocumented in source. Be warned that the author may not have intended to support it.
struct
OnReadyWrapper
(T, alias mf)
extern (
C
) static
void
callOnReady
(
void
*
methodData
,
void
*
instance
,
const
(
void
**)
args
,
const
long
numArgs
,
void
*
r_return
,
GDNativeCallError
*
r_error
)
if
(
is
(
GodotClass
!
T
:
Node
)
)
Meta
Source
See Implementation
godot
api
wrap
OnReadyWrapper
static functions
callOnReady