From 02d33e532dd78b8693d7134159816894dedbee98 Mon Sep 17 00:00:00 2001 From: shevernitskiy Date: Wed, 30 Aug 2023 12:49:40 +0300 Subject: [PATCH] Update docs/dev/Lua API.rst Co-authored-by: Myk --- docs/dev/Lua API.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/dev/Lua API.rst b/docs/dev/Lua API.rst index fe5e19865..63901529a 100644 --- a/docs/dev/Lua API.rst +++ b/docs/dev/Lua API.rst @@ -2642,9 +2642,9 @@ raw ``texpos``. When we need to draw a particular tile, we can look up the curre * ``deleteHandle(handle)`` - ``handle`` here can be signle ``TexposHandle``, or array of ``TexposHandle``. - Deletes all metadata and texture(s) itself by given handle(s). - You must be sure that the game does not use this texture in rendering process. + ``handle`` here can be single ``TexposHandle`` or an array of ``TexposHandle``. + Deletes all metadata and texture(s) related to the given handle(s). The handles + become invalid after this call. Filesystem module