浏览代码

Clarify clipboard_get_image()

kobewi 1 年之前
父节点
当前提交
8904764a6c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      doc/classes/DisplayServer.xml

+ 1 - 0
doc/classes/DisplayServer.xml

@@ -20,6 +20,7 @@
 			<return type="Image" />
 			<description>
 				Returns the user's clipboard as an image if possible.
+				[b]Note:[/b] This method uses the copied pixel data, e.g. from a image editing software or a web browser, not an image file copied from file explorer.
 			</description>
 		</method>
 		<method name="clipboard_get_primary" qualifiers="const">