summaryrefslogtreecommitdiff
path: root/doc/classes/Image.xml
diff options
context:
space:
mode:
authorPieter-Jan Briers <pieterjan.briers@gmail.com>2018-05-12 16:53:45 +0200
committerPieter-Jan Briers <pieterjan.briers@gmail.com>2018-05-14 19:11:41 +0200
commit622a754584d2b9442aee3d5c3835556451225262 (patch)
treeb5ea9e05c90b43b4a50aa477a8e3fce71d5ebca8 /doc/classes/Image.xml
parent81b1d3c846de263cf843e9e0e9d7c0c0a94f65c8 (diff)
ImageTexture.load returns an error code.
Diffstat (limited to 'doc/classes/Image.xml')
-rw-r--r--doc/classes/Image.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/classes/Image.xml b/doc/classes/Image.xml
index ca2d519e8a..760b0c6bdc 100644
--- a/doc/classes/Image.xml
+++ b/doc/classes/Image.xml
@@ -338,6 +338,7 @@
<argument index="0" name="buffer" type="PoolByteArray">
</argument>
<description>
+ Loads an image from the binary contents of a JPEG file.
</description>
</method>
<method name="load_png_from_buffer">
@@ -346,6 +347,7 @@
<argument index="0" name="buffer" type="PoolByteArray">
</argument>
<description>
+ Loads an image from the binary contents of a PNG file.
</description>
</method>
<method name="lock">