From 44a20a0f610282cd4ecfd12437ab90c65f29e8d4 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 18 Jun 2019 19:47:48 +0530 Subject: [PATCH] Added description to is_pixel_opaque() in Sprite.xml --- doc/classes/Sprite.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/classes/Sprite.xml b/doc/classes/Sprite.xml index 26ff67cc745..097a5f2ed23 100644 --- a/doc/classes/Sprite.xml +++ b/doc/classes/Sprite.xml @@ -28,6 +28,8 @@ + Returns [code]true[/code], if the pixel at the given position is opaque and [code]false[/code] in other case. + Note: It also returns [code]false[/code], if the sprite's texture is null or if the given position is invalid.