godot-dlang ~master (2023-06-12T16:03:25Z)
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
,
long
numArgs
,
void
*
r_return
,
GDExtensionCallError
*
r_error
)
if
(
is
(
GodotClass
!
T
:
Node
)
)
Meta
Source
See Implementation
godot
api
wrap
OnReadyWrapper
static functions
callOnReady