diff options
| author | BastiaanOlij <mux213@gmail.com> | 2017-10-13 21:49:01 +1100 |
|---|---|---|
| committer | BastiaanOlij <mux213@gmail.com> | 2017-10-13 21:54:57 +1100 |
| commit | 41e70d4192281f87962c60942d11c351e78c4257 (patch) | |
| tree | bf24f37fc96ea6a6e5e2c47f53d0c0d20c8260d0 /modules/gdnative/doc_classes/NativeScript.xml | |
| parent | e97ada64135dcdf81ac817ded43c810b3f6883e5 (diff) | |
| download | redot-engine-41e70d4192281f87962c60942d11c351e78c4257.tar.gz | |
Move GDNative docs into gdnative folder
Diffstat (limited to 'modules/gdnative/doc_classes/NativeScript.xml')
| -rw-r--r-- | modules/gdnative/doc_classes/NativeScript.xml | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/modules/gdnative/doc_classes/NativeScript.xml b/modules/gdnative/doc_classes/NativeScript.xml new file mode 100644 index 0000000000..b040cfd966 --- /dev/null +++ b/modules/gdnative/doc_classes/NativeScript.xml @@ -0,0 +1,55 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<class name="NativeScript" inherits="Script" category="Core" version="3.0.alpha.custom_build"> + <brief_description> + </brief_description> + <description> + </description> + <tutorials> + </tutorials> + <demos> + </demos> + <methods> + <method name="get_class_name" qualifiers="const"> + <return type="String"> + </return> + <description> + </description> + </method> + <method name="get_library" qualifiers="const"> + <return type="GDNativeLibrary"> + </return> + <description> + </description> + </method> + <method name="new" qualifiers="vararg"> + <return type="Object"> + </return> + <description> + </description> + </method> + <method name="set_class_name"> + <return type="void"> + </return> + <argument index="0" name="class_name" type="String"> + </argument> + <description> + </description> + </method> + <method name="set_library"> + <return type="void"> + </return> + <argument index="0" name="library" type="GDNativeLibrary"> + </argument> + <description> + </description> + </method> + </methods> + <members> + <member name="class_name" type="String" setter="set_class_name" getter="get_class_name"> + </member> + <member name="library" type="GDNativeLibrary" setter="set_library" getter="get_library"> + </member> + </members> + <constants> + </constants> +</class> |
