Difference between revisions of "B2.PrismaticJoint:getJointTranslation"

From GiderosMobile
Line 2: Line 2:
 
'''Available since:''' Gideros 2011.6<br/>
 
'''Available since:''' Gideros 2011.6<br/>
 
=== Description ===
 
=== Description ===
<br />
+
<translate><br />
 
Returns the current joint translation, usually in meters. <br />
 
Returns the current joint translation, usually in meters. <br />
<br />
+
<br /></translate>
 
<source lang="lua">
 
<source lang="lua">
 
(number) = b2.PrismaticJoint:getJointTranslation()
 
(number) = b2.PrismaticJoint:getJointTranslation()
 
</source>
 
</source>
 
=== Return values ===
 
=== Return values ===
'''Returns''' (number) The current joint translation, usually in meters<br/>
+
'''Returns''' (number) <translate>The current joint translation, usually in meters</translate><br/>

Revision as of 14:33, 23 August 2018

Available since: Gideros 2011.6

Description


Returns the current joint translation, usually in meters.

(number) = b2.PrismaticJoint:getJointTranslation()

Return values

Returns (number) The current joint translation, usually in meters