diff options
| author | BastiaanOlij | 2017-10-13 21:49:01 +1100 |
|---|---|---|
| committer | BastiaanOlij | 2017-10-13 21:54:57 +1100 |
| commit | 41e70d4192281f87962c60942d11c351e78c4257 (patch) | |
| tree | bf24f37fc96ea6a6e5e2c47f53d0c0d20c8260d0 /modules/gdnative/doc_classes/GDNativeLibrary.xml | |
| parent | e97ada64135dcdf81ac817ded43c810b3f6883e5 (diff) | |
| download | godot-41e70d4192281f87962c60942d11c351e78c4257.tar.gz godot-41e70d4192281f87962c60942d11c351e78c4257.tar.zst godot-41e70d4192281f87962c60942d11c351e78c4257.zip | |
Move GDNative docs into gdnative folder
Diffstat (limited to 'modules/gdnative/doc_classes/GDNativeLibrary.xml')
| -rw-r--r-- | modules/gdnative/doc_classes/GDNativeLibrary.xml | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/modules/gdnative/doc_classes/GDNativeLibrary.xml b/modules/gdnative/doc_classes/GDNativeLibrary.xml new file mode 100644 index 000000000..361c89e6b --- /dev/null +++ b/modules/gdnative/doc_classes/GDNativeLibrary.xml @@ -0,0 +1,57 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<class name="GDNativeLibrary" inherits="Resource" category="Core" version="3.0.alpha.custom_build"> + <brief_description> + </brief_description> + <description> + </description> + <tutorials> + </tutorials> + <demos> + </demos> + <methods> + <method name="get_active_library_path" qualifiers="const"> + <return type="String"> + </return> + <description> + </description> + </method> + <method name="get_library_path" qualifiers="const"> + <return type="String"> + </return> + <argument index="0" name="platform" type="String"> + </argument> + <description> + </description> + </method> + <method name="is_singleton_gdnative" qualifiers="const"> + <return type="bool"> + </return> + <description> + </description> + </method> + <method name="set_library_path"> + <return type="void"> + </return> + <argument index="0" name="platform" type="String"> + </argument> + <argument index="1" name="path" type="String"> + </argument> + <description> + </description> + </method> + <method name="set_singleton_gdnative"> + <return type="void"> + </return> + <argument index="0" name="singleton" type="bool"> + </argument> + <description> + </description> + </method> + </methods> + <members> + <member name="singleton_gdnative" type="bool" setter="set_singleton_gdnative" getter="is_singleton_gdnative"> + </member> + </members> + <constants> + </constants> +</class> |
