2017-09-12 22:42:36 +02:00
<?xml version="1.0" encoding="UTF-8" ?>
2019-04-01 12:33:56 +02:00
<class name= "NativeScript" inherits= "Script" category= "Core" version= "3.2" >
2017-09-12 22:42:36 +02:00
<brief_description >
</brief_description>
<description >
</description>
<tutorials >
</tutorials>
<methods >
2018-02-09 15:04:41 +01:00
<method name= "get_class_documentation" qualifiers= "const" >
<return type= "String" >
</return>
<description >
Returns the documentation string that was previously set with [code]godot_nativescript_set_class_documentation[/code].
</description>
</method>
<method name= "get_method_documentation" qualifiers= "const" >
<return type= "String" >
</return>
<argument index= "0" name= "method" type= "String" >
</argument>
<description >
Returns the documentation string that was previously set with [code]godot_nativescript_set_method_documentation[/code].
</description>
</method>
<method name= "get_property_documentation" qualifiers= "const" >
<return type= "String" >
</return>
<argument index= "0" name= "path" type= "String" >
</argument>
<description >
Returns the documentation string that was previously set with [code]godot_nativescript_set_property_documentation[/code].
</description>
</method>
<method name= "get_signal_documentation" qualifiers= "const" >
<return type= "String" >
</return>
<argument index= "0" name= "signal_name" type= "String" >
</argument>
<description >
Returns the documentation string that was previously set with [code]godot_nativescript_set_signal_documentation[/code].
</description>
</method>
2017-09-12 22:42:36 +02:00
<method name= "new" qualifiers= "vararg" >
2019-08-29 15:33:52 +02:00
<return type= "Variant" >
2017-09-12 22:42:36 +02:00
</return>
<description >
2018-02-09 15:04:41 +01:00
Constructs a new object of the base type with a script of this type already attached.
[i]Note[/i]: 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.
2017-09-12 22:42:36 +02:00
</description>
</method>
</methods>
<members >
2019-06-29 12:38:01 +02:00
<member name= "class_name" type= "String" setter= "set_class_name" getter= "get_class_name" default= """" >
2017-09-12 22:42:36 +02:00
</member>
2019-07-15 20:42:47 +02:00
<member name= "library" type= "GDNativeLibrary" setter= "set_library" getter= "get_library" >
2017-09-12 22:42:36 +02:00
</member>
2019-06-29 12:38:01 +02:00
<member name= "script_class_icon_path" type= "String" setter= "set_script_class_icon_path" getter= "get_script_class_icon_path" default= """" >
2018-08-21 00:35:30 +02:00
</member>
2019-06-29 12:38:01 +02:00
<member name= "script_class_name" type= "String" setter= "set_script_class_name" getter= "get_script_class_name" default= """" >
2018-08-21 00:35:30 +02:00
</member>
2017-09-12 22:42:36 +02:00
</members>
<constants >
</constants>
</class>