classref: Fixed return types in Area and Area2D (#4635)
This commit is contained in:
parent
48dc4d92a8
commit
91c85ff1f5
3 changed files with 6 additions and 6 deletions
|
|
@ -4026,7 +4026,7 @@
|
|||
</description>
|
||||
</method>
|
||||
<method name="overlaps_body" qualifiers="const">
|
||||
<return type="PhysicsBody2D">
|
||||
<return type="bool">
|
||||
</return>
|
||||
<argument index="0" name="body" type="Object">
|
||||
</argument>
|
||||
|
|
@ -4035,7 +4035,7 @@
|
|||
</description>
|
||||
</method>
|
||||
<method name="overlaps_area" qualifiers="const">
|
||||
<return type="Area2D">
|
||||
<return type="bool">
|
||||
</return>
|
||||
<argument index="0" name="area" type="Object">
|
||||
</argument>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue