{{newin|[[0.8.0]]|080|type=method}}
Sets a new gravity scale factor for the body.

== Function ==
=== Synopsis ===
<source lang="lua">
Body:setGravityScale( scale )
</source>
=== Arguments ===
{{param|number|scale|The new gravity scale factor.}}
=== Returns ===
Nothing.
== See Also ==
* [[parent::Body]]
* [[Body:getGravityScale]]
[[Category:Functions]]
{{#set:Description=Sets a new gravity scale factor for the body.}}
{{#set:Since=080}}
== Other Languages ==
{{i18n|Body:setGravityScale}}