Difference between revisions of "B2.Body:getMass"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.2.2<br/> === Description === <br /> Returns the total mass of the body in kilograms (kg).<br /> <br /> <source lang="lua"> (numbe...")
 
Line 6: Line 6:
 
<br />
 
<br />
 
<source lang="lua">
 
<source lang="lua">
(number), = b2.Body:getMass()
+
(number) = b2.Body:getMass()
 
</source>
 
</source>
 
'''Returns''' (number) The total mass of the body in kilograms (kg)<br/>
 
'''Returns''' (number) The total mass of the body in kilograms (kg)<br/>

Revision as of 10:16, 23 August 2018

Available since: Gideros 2012.2.2

Description


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

(number) = b2.Body:getMass()

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