Files
RCBASIC4/doc/doc_files/createtilemap.html
2026-02-26 15:33:51 -06:00

35 lines
784 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>CreateTileMap [RCBasic Doc] </title>
</head>
<body>
<p><h2>Function CreateTileMap(tileset, widthInTiles, heightInTiles) </h2></p>
<p>
Returns a new tile map.
</p>
<p>
Parameters
</p>
<ul>
<li>
tileset - A tileset Id. ( Tilesets are created with CreateTileSet() )
</li>
<li>
widthInTiles - The number of tiles wide ( Note: Not the pixel width but number of tiles )
</li>
<li>
widthInTiles - The number of tiles high ( Note: Not the pixel height but number of tiles )
</li>
</ul>
<br><p>Related:
<a href="createtileset.html">CreateTileSet</a>
</p>
<p>
</p>
</body>
</html>