summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMaxime Leroy <lisacintosh@gmail.com>2019-06-08 16:03:50 +0200
committerGitHub <noreply@github.com>2019-06-08 16:03:50 +0200
commitf1e232460515dc228ebc6c670494bd03ac9f9d9a (patch)
treeeb263e098e03c21b7ae5a95d7f7420903920a3ae /doc
parent693582f00837bb4ce4fb3ce91d2366ee359eecf4 (diff)
Adding details about `Image.lock()` function
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/Image.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Image.xml b/doc/classes/Image.xml
index 8dfabdd884..75434b031e 100644
--- a/doc/classes/Image.xml
+++ b/doc/classes/Image.xml
@@ -361,7 +361,7 @@
<return type="void">
</return>
<description>
- Locks the data for writing access.
+ Locks the data for reading and writing access. Sends an error to the console if the image is not locked when reading or writing a pixel.
</description>
</method>
<method name="normalmap_to_xy">