From ebf86c96e9b648ce1f7d654032e21d4aa84b8985 Mon Sep 17 00:00:00 2001 From: Micky Date: Sun, 18 Sep 2022 02:19:55 +0200 Subject: Rename Image's `get_rect` to `get_region` Also renames its parameter to from "rect" to "region". --- doc/classes/Image.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/classes/Image.xml b/doc/classes/Image.xml index 88cea6820e..55b8ad2d57 100644 --- a/doc/classes/Image.xml +++ b/doc/classes/Image.xml @@ -241,11 +241,11 @@ This is the same as [method get_pixel], but with a [Vector2i] argument instead of two integer arguments. - + - + - Returns a new image that is a copy of the image's area specified with [param rect]. + Returns a new [Image] that is a copy of this [Image]'s area specified with [param region]. -- cgit v1.2.3