34 lines
777 B
HTML
34 lines
777 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>
|
|
|
|
</body>
|
|
</html> |