2021-06-19 17:58:49 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2023-07-06 10:08:05 +02:00
|
|
|
<class name="GDExtension" inherits="Resource" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
|
2021-06-19 17:58:49 +02:00
|
|
|
<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">
|
2022-12-07 12:11:28 +01:00
|
|
|
<return type="int" enum="GDExtension.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" />
|
2022-12-07 12:11:28 +01:00
|
|
|
<param index="0" name="level" type="int" enum="GDExtension.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" />
|
2022-08-06 20:11:48 +02:00
|
|
|
<param index="0" name="path" type="String" />
|
|
|
|
<param 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>
|
2022-05-03 11:56:08 +02:00
|
|
|
<constant name="INITIALIZATION_LEVEL_EDITOR" value="3" enum="InitializationLevel">
|
2021-06-19 17:58:49 +02:00
|
|
|
</constant>
|
|
|
|
</constants>
|
|
|
|
</class>
|