aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Hilbrunner2018-03-03 10:52:14 +0100
committerRémi Verschelde2018-03-03 11:00:41 +0100
commit649cb70ddb451118b312b5e13c44371e19fc4f55 (patch)
treea8317cc795b83d268a36ba0445b3fa83b4acd0fb
parent65d214d3dafef696d99f6c23c7b941bbde1c1802 (diff)
downloadgodot-649cb70ddb451118b312b5e13c44371e19fc4f55.tar.gz
godot-649cb70ddb451118b312b5e13c44371e19fc4f55.tar.zst
godot-649cb70ddb451118b312b5e13c44371e19fc4f55.zip
-rw-r--r--doc/classes/Area.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/classes/Area.xml b/doc/classes/Area.xml
index 5483b5f84..4d29eeae7 100644
--- a/doc/classes/Area.xml
+++ b/doc/classes/Area.xml
@@ -192,7 +192,7 @@
<argument index="0" name="body" type="Object">
</argument>
<description>
- Emitted when a [PhysicsBody2D] object exits.
+ Emitted when a [PhysicsBody] object exits.
</description>
</signal>
<signal name="body_shape_entered">
@@ -205,7 +205,7 @@
<argument index="3" name="area_shape" type="int">
</argument>
<description>
- Emitted when a [PhysicsBody2D] object enters, reporting which shapes overlapped.
+ Emitted when a [PhysicsBody] object enters, reporting which shapes overlapped.
</description>
</signal>
<signal name="body_shape_exited">
@@ -218,7 +218,7 @@
<argument index="3" name="area_shape" type="int">
</argument>
<description>
- Emitted when a [PhysicsBody2D] object exits, reporting which shapes were overlapping.
+ Emitted when a [PhysicsBody] object exits, reporting which shapes were overlapping.
</description>
</signal>
</signals>