|
@@ -9,37 +9,51 @@
|
|
<demos>
|
|
<demos>
|
|
</demos>
|
|
</demos>
|
|
<methods>
|
|
<methods>
|
|
- <method name="get_active_library_path" qualifiers="const">
|
|
|
|
|
|
+ <method name="get_config_file">
|
|
|
|
+ <return type="ConfigFile">
|
|
|
|
+ </return>
|
|
|
|
+ <description>
|
|
|
|
+ </description>
|
|
|
|
+ </method>
|
|
|
|
+ <method name="get_current_dependencies" qualifiers="const">
|
|
|
|
+ <return type="PoolStringArray">
|
|
|
|
+ </return>
|
|
|
|
+ <description>
|
|
|
|
+ </description>
|
|
|
|
+ </method>
|
|
|
|
+ <method name="get_current_library_path" qualifiers="const">
|
|
<return type="String">
|
|
<return type="String">
|
|
</return>
|
|
</return>
|
|
<description>
|
|
<description>
|
|
</description>
|
|
</description>
|
|
</method>
|
|
</method>
|
|
- <method name="get_library_path" qualifiers="const">
|
|
|
|
|
|
+ <method name="get_symbol_prefix" qualifiers="const">
|
|
<return type="String">
|
|
<return type="String">
|
|
</return>
|
|
</return>
|
|
- <argument index="0" name="platform" type="String">
|
|
|
|
- </argument>
|
|
|
|
<description>
|
|
<description>
|
|
</description>
|
|
</description>
|
|
</method>
|
|
</method>
|
|
- <method name="is_singleton_gdnative" qualifiers="const">
|
|
|
|
|
|
+ <method name="is_current_library_statically_linked" qualifiers="const">
|
|
|
|
+ <return type="bool">
|
|
|
|
+ </return>
|
|
|
|
+ <description>
|
|
|
|
+ </description>
|
|
|
|
+ </method>
|
|
|
|
+ <method name="is_singleton" qualifiers="const">
|
|
<return type="bool">
|
|
<return type="bool">
|
|
</return>
|
|
</return>
|
|
<description>
|
|
<description>
|
|
</description>
|
|
</description>
|
|
</method>
|
|
</method>
|
|
- <method name="set_library_path">
|
|
|
|
|
|
+ <method name="set_load_once">
|
|
<return type="void">
|
|
<return type="void">
|
|
</return>
|
|
</return>
|
|
- <argument index="0" name="platform" type="String">
|
|
|
|
- </argument>
|
|
|
|
- <argument index="1" name="path" type="String">
|
|
|
|
|
|
+ <argument index="0" name="load_once" type="bool">
|
|
</argument>
|
|
</argument>
|
|
<description>
|
|
<description>
|
|
</description>
|
|
</description>
|
|
</method>
|
|
</method>
|
|
- <method name="set_singleton_gdnative">
|
|
|
|
|
|
+ <method name="set_singleton">
|
|
<return type="void">
|
|
<return type="void">
|
|
</return>
|
|
</return>
|
|
<argument index="0" name="singleton" type="bool">
|
|
<argument index="0" name="singleton" type="bool">
|
|
@@ -47,9 +61,27 @@
|
|
<description>
|
|
<description>
|
|
</description>
|
|
</description>
|
|
</method>
|
|
</method>
|
|
|
|
+ <method name="set_symbol_prefix">
|
|
|
|
+ <return type="void">
|
|
|
|
+ </return>
|
|
|
|
+ <argument index="0" name="symbol_prefix" type="String">
|
|
|
|
+ </argument>
|
|
|
|
+ <description>
|
|
|
|
+ </description>
|
|
|
|
+ </method>
|
|
|
|
+ <method name="should_load_once" qualifiers="const">
|
|
|
|
+ <return type="bool">
|
|
|
|
+ </return>
|
|
|
|
+ <description>
|
|
|
|
+ </description>
|
|
|
|
+ </method>
|
|
</methods>
|
|
</methods>
|
|
<members>
|
|
<members>
|
|
- <member name="singleton_gdnative" type="bool" setter="set_singleton_gdnative" getter="is_singleton_gdnative">
|
|
|
|
|
|
+ <member name="load_once" type="bool" setter="set_load_once" getter="should_load_once">
|
|
|
|
+ </member>
|
|
|
|
+ <member name="singleton" type="bool" setter="set_singleton" getter="is_singleton">
|
|
|
|
+ </member>
|
|
|
|
+ <member name="symbol_prefix" type="String" setter="set_symbol_prefix" getter="get_symbol_prefix">
|
|
</member>
|
|
</member>
|
|
</members>
|
|
</members>
|
|
<constants>
|
|
<constants>
|