classref: Area documentation

One method was missing.

(cherry picked from commit 0325944ee4)
This commit is contained in:
P-GLEZ 2016-05-31 21:14:25 +02:00 committed by Rémi Verschelde
parent 2b06d7e6f7
commit 436e968b43
1 changed files with 2 additions and 0 deletions

View File

@ -3665,6 +3665,8 @@
<argument index="0" name="gravity" type="float"> <argument index="0" name="gravity" type="float">
</argument> </argument>
<description> <description>
Set the gravity intensity. This is useful to alter the force of gravity without altering its direction.
This value multiplies the gravity vector, whether it is the given vector ([method set_gravity_vector]), or a calculated one (when using a center of gravity).
</description> </description>
</method> </method>
<method name="get_gravity" qualifiers="const"> <method name="get_gravity" qualifiers="const">