2021-05-18 15:40:52 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
<class name="TileSetScenesCollectionSource" inherits="TileSetSource" version="4.0">
|
|
|
|
<brief_description>
|
|
|
|
</brief_description>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
<tutorials>
|
|
|
|
</tutorials>
|
|
|
|
<methods>
|
|
|
|
<method name="create_scene_tile">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="int" />
|
|
|
|
<argument index="0" name="packed_scene" type="PackedScene" />
|
|
|
|
<argument index="1" name="id_override" type="int" default="-1" />
|
2021-05-18 15:40:52 +02:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="get_alternative_tile_id" qualifiers="const">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="int" />
|
|
|
|
<argument index="0" name="atlas_coords" type="Vector2i" />
|
|
|
|
<argument index="1" name="index" type="int" />
|
2021-05-18 15:40:52 +02:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="get_alternative_tiles_count" qualifiers="const">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="int" />
|
|
|
|
<argument index="0" name="atlas_coords" type="Vector2i" />
|
2021-05-18 15:40:52 +02:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="get_next_scene_tile_id" qualifiers="const">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="int" />
|
2021-05-18 15:40:52 +02:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="get_scene_tile_display_placeholder" qualifiers="const">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="bool" />
|
|
|
|
<argument index="0" name="id" type="int" />
|
2021-05-18 15:40:52 +02:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="get_scene_tile_id">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="int" />
|
|
|
|
<argument index="0" name="index" type="int" />
|
2021-05-18 15:40:52 +02:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="get_scene_tile_scene" qualifiers="const">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="PackedScene" />
|
|
|
|
<argument index="0" name="id" type="int" />
|
2021-05-18 15:40:52 +02:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="get_scene_tiles_count">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="int" />
|
2021-05-18 15:40:52 +02:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="get_tile_id" qualifiers="const">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="Vector2i" />
|
|
|
|
<argument index="0" name="index" type="int" />
|
2021-05-18 15:40:52 +02:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="get_tiles_count" qualifiers="const">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="int" />
|
2021-05-18 15:40:52 +02:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="has_alternative_tile" qualifiers="const">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="bool" />
|
|
|
|
<argument index="0" name="atlas_coords" type="Vector2i" />
|
|
|
|
<argument index="1" name="alternative_tile" type="int" />
|
2021-05-18 15:40:52 +02:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="has_scene_tile_id">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="bool" />
|
|
|
|
<argument index="0" name="id" type="int" />
|
2021-05-18 15:40:52 +02:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="has_tile" qualifiers="const">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="bool" />
|
|
|
|
<argument index="0" name="atlas_coords" type="Vector2i" />
|
2021-05-18 15:40:52 +02:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="remove_scene_tile">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="void" />
|
|
|
|
<argument index="0" name="id" type="int" />
|
2021-05-18 15:40:52 +02:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="set_scene_tile_display_placeholder">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="void" />
|
|
|
|
<argument index="0" name="id" type="int" />
|
|
|
|
<argument index="1" name="display_placeholder" type="bool" />
|
2021-05-18 15:40:52 +02:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="set_scene_tile_id">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="void" />
|
|
|
|
<argument index="0" name="id" type="int" />
|
|
|
|
<argument index="1" name="new_id" type="int" />
|
2021-05-18 15:40:52 +02:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="set_scene_tile_scene">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="void" />
|
|
|
|
<argument index="0" name="id" type="int" />
|
|
|
|
<argument index="1" name="packed_scene" type="PackedScene" />
|
2021-05-18 15:40:52 +02:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
</methods>
|
|
|
|
<constants>
|
|
|
|
</constants>
|
|
|
|
</class>
|