diff options
author | Pieter-Jan Briers <pieterjan.briers@gmail.com> | 2018-05-12 16:53:45 +0200 |
---|---|---|
committer | Pieter-Jan Briers <pieterjan.briers@gmail.com> | 2018-05-14 19:11:41 +0200 |
commit | 622a754584d2b9442aee3d5c3835556451225262 (patch) | |
tree | b5ea9e05c90b43b4a50aa477a8e3fce71d5ebca8 /doc/classes/Image.xml | |
parent | 81b1d3c846de263cf843e9e0e9d7c0c0a94f65c8 (diff) |
ImageTexture.load returns an error code.
Diffstat (limited to 'doc/classes/Image.xml')
-rw-r--r-- | doc/classes/Image.xml | 2 |
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"> |