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

14 lines
391 B
Plaintext

#title SetTileAnimationFrame [RCBasic Doc]
#header Sub SetTileAnimationFrame(tileset, base_tile, anim_frame, tile)
Sets a frame of animation for a tile
Parameters:
#list ul
#li tileset - The tileset that the base_tile is in
#li base_tile - The tile with the frame of animation being set
#li anim_frame - The specific index in the animation
#li tile - The tile to set this frame to
#/list