Constructs a new object of the base type with a script of this type already attached. Note: Any arguments passed to this function will be ignored and not passed to the native constructor function. This will change with in a future API extension.
Returns the documentation string that was previously set with godot_nativescript_set_class_documentation.
Returns the documentation string that was previously set with godot_nativescript_set_method_documentation.
Returns the documentation string that was previously set with godot_nativescript_set_property_documentation.
Returns the documentation string that was previously set with godot_nativescript_set_signal_documentation.
Construct a new instance of NativeScript. Note: use memnew!NativeScript instead.