소스 검색

Merge pull request #94325 from KoBeWi/y'all_got_any_more_of_them_pixels

Clarify `clipboard_get_image()`
Rémi Verschelde 1 년 전
부모
커밋
28b7efb438
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">