High level GDNative
Single header GDNative high level API for C/C++
Loading...
Searching...
No Matches
Data Fields
hgdn_class_info Struct Reference

Data Fields

const char * name
 
const char * base
 
godot_instance_create_func create
 
godot_instance_destroy_func destroy
 
hgdn_property_infoproperties
 NULL-terminated array of properties. More...
 
hgdn_method_infomethods
 NULL-terminated array of methods. More...
 
hgdn_signal_infosignals
 NULL-terminated array of signals. More...
 
godot_bool tool
 
const char * documentation
 NativeScript 1.1 documentation.
 

Field Documentation

◆ methods

hgdn_method_info* hgdn_class_info::methods

If NULL, no methods are registered. When a method with NULL name is encountered, stops registering.

See also
hgdn_methods

◆ properties

hgdn_property_info* hgdn_class_info::properties

If NULL, no properties are registered. When a property with NULL path is encountered, stops registering.

See also
hgdn_properties

◆ signals

hgdn_signal_info* hgdn_class_info::signals

If NULL, no signals are registered. When a signal with NULL name is encountered, stops registering.

See also
hgdn_signals

The documentation for this struct was generated from the following file: