godot-d ~master (2021-09-08T21:50:27Z)
Dub
Repo
godot_instance_create_func
godot
c
nativescript
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
@
nogc
nothrow extern (
C
)
struct
godot_instance_create_func {
void
*
function
(
godot_object
,
void
*)
create_func
;
void
*
method_data
;
void
function
(
void
*)
free_func
;
}
Members
Variables
create_func
void
*
function
(
godot_object
,
void
*)
create_func
;
Undocumented in source.
free_func
void
function
(
void
*)
free_func
;
Undocumented in source.
method_data
void
*
method_data
;
Undocumented in source.
Meta
Source
See Implementation
godot
c
nativescript
enums
godot_method_rpc_mode
godot_property_hint
godot_property_usage_flags
structs
godot_instance_binding_functions
godot_instance_create_func
godot_instance_destroy_func
godot_instance_method
godot_method_arg
godot_method_attributes
godot_property_attributes
godot_property_get_func
godot_property_set_func
godot_signal
godot_signal_argument