2017-09-12 22:42:36 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2019-04-01 12:33:56 +02:00
|
|
|
<class name="ResourceLoader" inherits="Object" category="Core" version="3.2">
|
2017-09-12 22:42:36 +02:00
|
|
|
<brief_description>
|
|
|
|
Resource Loader.
|
|
|
|
</brief_description>
|
|
|
|
<description>
|
2019-03-29 23:37:35 +01:00
|
|
|
Resource Loader. This is a static object accessible as [ResourceLoader]. GDScript has a simplified load() function, though.
|
2017-09-12 22:42:36 +02:00
|
|
|
</description>
|
|
|
|
<tutorials>
|
|
|
|
</tutorials>
|
|
|
|
<demos>
|
|
|
|
</demos>
|
|
|
|
<methods>
|
2018-08-21 00:35:30 +02:00
|
|
|
<method name="exists">
|
|
|
|
<return type="bool">
|
|
|
|
</return>
|
|
|
|
<argument index="0" name="path" type="String">
|
|
|
|
</argument>
|
|
|
|
<argument index="1" name="type_hint" type="String" default="""">
|
|
|
|
</argument>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
2017-09-12 22:42:36 +02:00
|
|
|
<method name="get_dependencies">
|
|
|
|
<return type="PoolStringArray">
|
|
|
|
</return>
|
|
|
|
<argument index="0" name="path" type="String">
|
|
|
|
</argument>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="get_recognized_extensions_for_type">
|
|
|
|
<return type="PoolStringArray">
|
|
|
|
</return>
|
|
|
|
<argument index="0" name="type" type="String">
|
|
|
|
</argument>
|
|
|
|
<description>
|
|
|
|
Return the list of recognized extensions for a resource type.
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="has">
|
|
|
|
<return type="bool">
|
|
|
|
</return>
|
|
|
|
<argument index="0" name="path" type="String">
|
|
|
|
</argument>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
2018-08-21 00:35:30 +02:00
|
|
|
<method name="has_cached">
|
|
|
|
<return type="bool">
|
|
|
|
</return>
|
|
|
|
<argument index="0" name="path" type="String">
|
|
|
|
</argument>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
2017-09-12 22:42:36 +02:00
|
|
|
<method name="load">
|
|
|
|
<return type="Resource">
|
|
|
|
</return>
|
|
|
|
<argument index="0" name="path" type="String">
|
|
|
|
</argument>
|
|
|
|
<argument index="1" name="type_hint" type="String" default="""">
|
|
|
|
</argument>
|
2018-12-27 11:10:09 +01:00
|
|
|
<argument index="2" name="no_cache" type="bool" default="false">
|
2017-09-12 22:42:36 +02:00
|
|
|
</argument>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="load_interactive">
|
|
|
|
<return type="ResourceInteractiveLoader">
|
|
|
|
</return>
|
|
|
|
<argument index="0" name="path" type="String">
|
|
|
|
</argument>
|
|
|
|
<argument index="1" name="type_hint" type="String" default="""">
|
|
|
|
</argument>
|
|
|
|
<description>
|
|
|
|
Load a resource interactively, the returned object allows to load with high granularity.
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="set_abort_on_missing_resources">
|
|
|
|
<return type="void">
|
|
|
|
</return>
|
|
|
|
<argument index="0" name="abort" type="bool">
|
|
|
|
</argument>
|
|
|
|
<description>
|
|
|
|
Change the behavior on missing sub-resources. Default is to abort load.
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
</methods>
|
|
|
|
<constants>
|
|
|
|
</constants>
|
|
|
|
</class>
|