diff --git a/doc/classes/Rect2.xml b/doc/classes/Rect2.xml index 65d1654c215..6285b1d1553 100644 --- a/doc/classes/Rect2.xml +++ b/doc/classes/Rect2.xml @@ -93,7 +93,7 @@ - Returns the area of the [Rect2]. + Returns the area of the [Rect2]. See also [method has_no_area]. @@ -130,7 +130,8 @@ - Returns [code]true[/code] if the [Rect2] is flat or empty. + Returns [code]true[/code] if the [Rect2] is flat or empty, [code]false[/code] otherwise. See also [method get_area]. + [b]Note:[/b] If the [Rect2] has a negative size and is not flat or empty, [method has_no_area] will return [code]true[/code]. diff --git a/doc/classes/Rect2i.xml b/doc/classes/Rect2i.xml index e0708242979..a542bad82b5 100644 --- a/doc/classes/Rect2i.xml +++ b/doc/classes/Rect2i.xml @@ -90,7 +90,7 @@ - Returns the area of the [Rect2i]. + Returns the area of the [Rect2i]. See also [method has_no_area]. @@ -128,7 +128,8 @@ - Returns [code]true[/code] if the [Rect2i] is flat or empty. + Returns [code]true[/code] if the [Rect2i] is flat or empty, [code]false[/code] otherwise. See also [method get_area]. + [b]Note:[/b] If the [Rect2i] has a negative size and is not flat or empty, [method has_no_area] will return [code]true[/code].