Get the mass of the body.

Static bodies always have a mass of 0.

== Function ==
=== Synopsis ===
<source lang="lua">
mass = Body:getMass( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|mass|The mass of the body (in kilograms).}}

== See Also ==
* [[parent::Body]]
[[Category:Functions]]
{{#set:Description=Get the mass of the body.}}
{{#set:Since=000}}

== Other Languages ==
{{i18n|Body:getMass}}