diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-06-12 15:33:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-12 15:33:27 +0200 |
commit | 4073da7ddd0e1e899b5ae3f37b0281286016bfd6 (patch) | |
tree | 38a43fdc467f5c62d74cb155c89ff32c8e05adfa /doc | |
parent | 73960e585bc9aae058abc590a784a8dd19af5a34 (diff) | |
parent | f1e232460515dc228ebc6c670494bd03ac9f9d9a (diff) |
Merge pull request #29605 from Lisapple/patch-4
Adding details about `Image.lock()` function
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/Image.xml | 2 |
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"> |