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

35 lines
693 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>SetTileAnimationFrame [RCBasic Doc] </title>
</head>
<body>
<p><h2>Sub SetTileAnimationFrame(tileset, base_tile, anim_frame, tile) </h2></p>
<p>
Sets a frame of animation for a tile
</p>
<p>
Parameters:
</p>
<ul>
<li>
tileset - The tileset that the base_tile is in
</li>
<li>
base_tile - The tile with the frame of animation being set
</li>
<li>
anim_frame - The specific index in the animation
</li>
<li>
tile - The tile to set this frame to
</li>
</ul>
<p>
</p>
</body>
</html>