Minor docs fix

This commit is contained in:
Poommetee Ketson
2017-12-29 19:11:27 +07:00
parent f11a138505
commit 7753b8ba0f
3 changed files with 7 additions and 6 deletions
+3 -3
View File
@@ -216,7 +216,7 @@
<argument index="2" name="disable" type="bool">
</argument>
<description>
Disables a given shape in this area if [code]disable is true[/code]
Disables a given shape in an area.
</description>
</method>
<method name="area_set_shape_transform">
@@ -638,7 +638,7 @@
<argument index="2" name="enable" type="bool">
</argument>
<description>
Enables one way collision on body if [code]enable is true[/code].
Enables one way collision on body if [code]enable[/code] is [code]true[/code].
</description>
</method>
<method name="body_set_shape_disabled">
@@ -651,7 +651,7 @@
<argument index="2" name="disable" type="bool">
</argument>
<description>
Disables shape in body if [code]disable is true[/code].
Disables shape in body if [code]disable[/code] is [code]true[/code].
</description>
</method>
<method name="body_set_shape_metadata">