Skip to content

Commit

Permalink
Create reset_sprite.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dcrawl authored Oct 29, 2023
1 parent e72391b commit 3674264
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/API/runtime/reset_sprite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# reset_sprite

Sprites when loaded are cached. Given a string parameter, this method invalidates the cache record of a sprite. The next time this sprite is referenced, the image data will be reloaded from disk.

## Related Functions

[reset_sprites](reset_sprites.md)

0 comments on commit 3674264

Please sign in to comment.