From 3674264e97da3e8360e0438563c5f3d63845e632 Mon Sep 17 00:00:00 2001 From: dcrawl Date: Sun, 29 Oct 2023 12:16:14 -0300 Subject: [PATCH] Create reset_sprite.md --- docs/API/runtime/reset_sprite.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/API/runtime/reset_sprite.md diff --git a/docs/API/runtime/reset_sprite.md b/docs/API/runtime/reset_sprite.md new file mode 100644 index 0000000..df69fe5 --- /dev/null +++ b/docs/API/runtime/reset_sprite.md @@ -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)