diff options
author | P-GLEZ <4cpablogp@gmail.com> | 2016-05-31 21:14:25 +0200 |
---|---|---|
committer | RĂ©mi Verschelde <rverschelde@gmail.com> | 2016-05-31 21:17:35 +0200 |
commit | 0325944ee4f6e3ca17382df82fa6d12868b3c541 (patch) | |
tree | 79d02dd854320139e7c9d25dad2812dea0e74bb6 /doc | |
parent | d77f465bd02a55b99a80aa1e8f65c8eadac5fe62 (diff) |
classref: Area documentation
One method was missing.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/base/classes.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 6f271d168a..15e6f30c27 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -3684,6 +3684,8 @@ <argument index="0" name="gravity" type="float"> </argument> <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> </method> <method name="get_gravity" qualifiers="const"> |