Difference between revisions of "B2.Body:getMass"

From GiderosMobile
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''Available since:''' Gideros 2012.2.2<br/>
+
'''<translate>Available since</translate>:''' Gideros 2012.2.2<br/>
=== Description ===
+
=== <translate>Description</translate> ===
 
<translate><br />
 
<translate><br />
 
Returns the total mass of the body in kilograms (kg).<br />
 
Returns the total mass of the body in kilograms (kg).<br />
Line 8: Line 8:
 
(number) = b2.Body:getMass()
 
(number) = b2.Body:getMass()
 
</source>
 
</source>
=== Return values ===
+
=== <translate>Return values</translate> ===
'''Returns''' (number) <translate>The total mass of the body in kilograms (kg)</translate><br/>
+
'''<translate>Returns</translate>''' (number) <translate>The total mass of the body in kilograms (kg)</translate><br/>

Revision as of 08:27, 24 August 2018

Available since: Gideros 2012.2.2

Description


Returns the total mass of the body in kilograms (kg).

(number) = b2.Body:getMass()

Return values

Returns (number) The total mass of the body in kilograms (kg)