<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.spheredev.org/index.php?action=history&amp;feed=atom&amp;title=Legacy%3AFunctions%2FMap%2FTiles</id>
		<title>Legacy:Functions/Map/Tiles - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.spheredev.org/index.php?action=history&amp;feed=atom&amp;title=Legacy%3AFunctions%2FMap%2FTiles"/>
		<link rel="alternate" type="text/html" href="http://wiki.spheredev.org/index.php?title=Legacy:Functions/Map/Tiles&amp;action=history"/>
		<updated>2026-05-25T07:38:24Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.29.0</generator>

	<entry>
		<id>http://wiki.spheredev.org/index.php?title=Legacy:Functions/Map/Tiles&amp;diff=600&amp;oldid=prev</id>
		<title>Apollolux: created</title>
		<link rel="alternate" type="text/html" href="http://wiki.spheredev.org/index.php?title=Legacy:Functions/Map/Tiles&amp;diff=600&amp;oldid=prev"/>
				<updated>2013-06-01T23:44:50Z</updated>
		
		<summary type="html">&lt;p&gt;created&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==== Tiles ====&lt;br /&gt;
&lt;br /&gt;
* [[API:GetNumTiles|GetNumTiles]](): Get the number of tiles in the current map tileset.&lt;br /&gt;
* [[API:GetTileWidth|GetTileWidth]](): Get the image width of tiles in the current map tileset.&lt;br /&gt;
* [[API:GetTileHeight|GetTileHeight]](): Get the image height of tiles in the current map tileset.&lt;br /&gt;
&lt;br /&gt;
* [[API:GetTile|GetTile]](''tile_x'', ''tile_y'', ''layer''): Get the tileset index of the tile at the given map position.&lt;br /&gt;
* [[API:SetTile|SetTile]](''tile_x'', ''tile_y'', ''layer'', ''tile''): Plot a tile at the given map location.&lt;br /&gt;
* [[API:ReplaceTilesOnLayer|ReplaceTilesOnLayer]](''layer'', ''old_tile'', ''new_tile''): Substitute all ''old_tile'' with ''new_tile'' on ''layer''.&lt;br /&gt;
&lt;br /&gt;
* [[API:GetTileName|GetTileName]](''tile''): Get the name of ''tile''.&lt;br /&gt;
* [[API:GetTileImage|GetTileImage]](''tile''): Get the [[API:Image|Image]] of ''tile'' in the current map tileset.&lt;br /&gt;
* [[API:SetTileImage|SetTileImage]](''tile'', ''image''): Change the [[API:Image|Image]] of ''tile''.&lt;br /&gt;
* [[API:SetTileSurface|SetTileSurface]](''tile'', ''surface''): Change the [[API:Surface|Surface]] of ''tile''.&lt;br /&gt;
&lt;br /&gt;
===== Tile animations =====&lt;br /&gt;
&lt;br /&gt;
* [[API:GetNextAnimatedTile|GetNextAnimatedTile]](''tile''): Get next tile index of animation from ''tile''.&lt;br /&gt;
* [[API:SetNextAnimatedTile|SetNextAnimatedTile]](''tile'', ''next''): Set next tile in a tile animation sequence.&lt;br /&gt;
&lt;br /&gt;
* [[API:GetTileDelay|GetTileDelay]](''tile''): Get frame delay of animated tile.&lt;br /&gt;
* [[API:SetTileDelay|SetTileDelay]](''tile'', ''delay''): Set a frame delay for this ''tile'' animation frame.&lt;/div&gt;</summary>
		<author><name>Apollolux</name></author>	</entry>

	</feed>