godot-dlang ~master (2023-06-12T16:03:25Z)
Dub
Repo
godot_nativescript_property_get_func
godot
abi
nativescript
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
) @
nogc
nothrow
struct
godot_nativescript_property_get_func {
godot_variant
function
(
godot_object
,
void
*,
void
*)
get_func
;
void
*
method_data
;
void
function
(
void
*)
free_func
;
}
Members
Variables
free_func
void
function
(
void
*)
free_func
;
Undocumented in source.
get_func
godot_variant
function
(
godot_object
,
void
*,
void
*)
get_func
;
Undocumented in source.
method_data
void
*
method_data
;
Undocumented in source.
Meta
Source
See Implementation
godot
abi
nativescript
enums
godot_nativescript_method_rpc_mode
godot_nativescript_property_hint
godot_nativescript_property_usage_flags
structs
godot_nativescript_instance_binding_functions
godot_nativescript_instance_create_func
godot_nativescript_instance_destroy_func
godot_nativescript_instance_method
godot_nativescript_method_argument
godot_nativescript_method_attributes
godot_nativescript_property_attributes
godot_nativescript_property_get_func
godot_nativescript_property_set_func
godot_nativescript_signal
godot_nativescript_signal_argument