mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
DocData: Fix serialization of Variant default values
Co-authored-by: Bojidar Marinov <bojidar.marinov.bg@gmail.com>
(cherry picked from commit 788765709d)
This commit is contained in:
@@ -133,7 +133,7 @@
|
||||
</return>
|
||||
<argument index="0" name="b" type="Rect2">
|
||||
</argument>
|
||||
<argument index="1" name="include_borders" type="bool" default="False">
|
||||
<argument index="1" name="include_borders" type="bool" default="false">
|
||||
</argument>
|
||||
<description>
|
||||
Returns [code]true[/code] if the [Rect2] overlaps with [code]b[/code] (i.e. they have at least one point in common).
|
||||
|
||||
Reference in New Issue
Block a user