Update docs/dev/Lua API.rst

Co-authored-by: Myk <myk.taylor@gmail.com>
develop
shevernitskiy 2023-08-30 12:49:40 +03:00 committed by GitHub
parent 63913567cf
commit 02d33e532d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

@ -2642,9 +2642,9 @@ raw ``texpos``. When we need to draw a particular tile, we can look up the curre
* ``deleteHandle(handle)`` * ``deleteHandle(handle)``
``handle`` here can be signle ``TexposHandle``, or array of ``TexposHandle``. ``handle`` here can be single ``TexposHandle`` or an array of ``TexposHandle``.
Deletes all metadata and texture(s) itself by given handle(s). Deletes all metadata and texture(s) related to the given handle(s). The handles
You must be sure that the game does not use this texture in rendering process. become invalid after this call.
Filesystem module Filesystem module