Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
NativeScript¶
Inherits: Script < Resource < Reference < Object
Propiedades¶
|
||
|
||
|
Métodos¶
get_class_documentation ( ) const |
|
get_method_documentation ( String method ) const |
|
get_property_documentation ( String path ) const |
|
get_signal_documentation ( String signal_name ) const |
|
new ( ... ) vararg |
Descripciones de Propiedades¶
String class_name
Default |
|
Setter |
set_class_name(value) |
Getter |
get_class_name() |
GDNativeLibrary library
Setter |
set_library(value) |
Getter |
get_library() |
String script_class_icon_path
Default |
|
Setter |
set_script_class_icon_path(value) |
Getter |
get_script_class_icon_path() |
String script_class_name
Default |
|
Setter |
set_script_class_name(value) |
Getter |
get_script_class_name() |
Descripciones de Métodos¶
String get_class_documentation ( ) const
Devuelve la string de documentación que se estableció previamente con godot_nativescript_set_class_documentation
.
Devuelve la string de documentación que se estableció previamente con godot_nativescript_set_method_documentation
.
Devuelve la string de documentación que se estableció previamente con godot_nativescript_set_property_documentation
.
Devuelve la string de documentación que se estableció previamente con godot_nativescript_set_signal_documentation
.
Variant new ( ... ) vararg
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.