blob: ffb5ec5542bc9cb23c700584a2b33721359b44ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
<?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_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" brief="">
</member>
</members>
<constants>
</constants>
</class>
|