2021-06-19 17:58:49 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
<class name="NativeExtension" inherits="RefCounted" version="4.0">
|
|
|
|
<brief_description>
|
|
|
|
</brief_description>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
<tutorials>
|
|
|
|
</tutorials>
|
|
|
|
<methods>
|
|
|
|
<method name="close_library">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="void" />
|
2021-06-19 17:58:49 +02:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="get_minimum_library_initialization_level" qualifiers="const">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="int" enum="NativeExtension.InitializationLevel" />
|
2021-06-19 17:58:49 +02:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="initialize_library">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="void" />
|
|
|
|
<argument index="0" name="level" type="int" enum="NativeExtension.InitializationLevel" />
|
2021-06-19 17:58:49 +02:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="is_library_open" qualifiers="const">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="bool" />
|
2021-06-19 17:58:49 +02:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="open_library">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="int" enum="Error" />
|
|
|
|
<argument index="0" name="path" type="String" />
|
|
|
|
<argument index="1" name="entry_symbol" type="String" />
|
2021-06-19 17:58:49 +02:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
</methods>
|
|
|
|
<constants>
|
|
|
|
<constant name="INITIALIZATION_LEVEL_CORE" value="0" enum="InitializationLevel">
|
|
|
|
</constant>
|
|
|
|
<constant name="INITIALIZATION_LEVEL_SERVERS" value="1" enum="InitializationLevel">
|
|
|
|
</constant>
|
|
|
|
<constant name="INITIALIZATION_LEVEL_SCENE" value="2" enum="InitializationLevel">
|
|
|
|
</constant>
|
|
|
|
<constant name="INITIALIZATION_LEVEL_EDITOR" value="3" enum="InitializationLevel">
|
|
|
|
</constant>
|
|
|
|
</constants>
|
|
|
|
</class>
|