Difference between revisions of "B2.PrismaticJoint:getJointTranslation"

From GiderosMobile
Line 3: Line 3:
 
'''<translate>Available since</translate>:''' Gideros 2011.6<br/>
 
'''<translate>Available since</translate>:''' Gideros 2011.6<br/>
 
'''<translate>Class</translate>:''' [[Special:MyLanguage/b2.PrismaticJoint|b2.PrismaticJoint]]<br/>
 
'''<translate>Class</translate>:''' [[Special:MyLanguage/b2.PrismaticJoint|b2.PrismaticJoint]]<br/>
 +
 
=== <translate>Description</translate> ===
 
=== <translate>Description</translate> ===
<translate><br />
+
Returns the current joint translation, usually in meters.
Returns the current joint translation, usually in meters. <br />
 
<br /></translate>
 
 
<source lang="lua">
 
<source lang="lua">
 
(number) = b2.PrismaticJoint:getJointTranslation()
 
(number) = b2.PrismaticJoint:getJointTranslation()
 
</source>
 
</source>
 +
 
=== <translate>Return values</translate> ===
 
=== <translate>Return values</translate> ===
'''<translate>Returns</translate>''' (number) <translate>The current joint translation, usually in meters</translate><br/>
+
'''<translate>Returns</translate>''' (number) <translate>the current joint translation, usually in meters</translate><br/>
 +
 
 +
{{B2.PrismaticJoint}}

Revision as of 21:58, 17 February 2020