godot-dlang v0.2.0 (2023-02-23T07:46:21Z)
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
,
GDExtensionCallError
*
r_error
)
if
(
is
(
GodotClass
!
T
:
Node
)
)
Meta
Source
See Implementation
godot
api
wrap
OnReadyWrapper
static functions
callOnReady