Fix Rect2i.intersects doc: include_borders is no argument of this function
This commit is contained in:
parent
78e3e65e7c
commit
acea57a715
@ -152,7 +152,6 @@
|
|||||||
<argument index="0" name="b" type="Rect2i" />
|
<argument index="0" name="b" type="Rect2i" />
|
||||||
<description>
|
<description>
|
||||||
Returns [code]true[/code] if the [Rect2i] overlaps with [code]b[/code] (i.e. they have at least one point in common).
|
Returns [code]true[/code] if the [Rect2i] overlaps with [code]b[/code] (i.e. they have at least one point in common).
|
||||||
If [code]include_borders[/code] is [code]true[/code], they will also be considered overlapping if their borders touch, even without intersection.
|
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="merge" qualifiers="const">
|
<method name="merge" qualifiers="const">
|
||||||
|
Loading…
Reference in New Issue
Block a user