Difference between revisions of "B2.PrismaticJoint:getJointTranslation"

From GiderosMobile
m (Text replacement - "</source" to "</syntaxhighlight")
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''Available since:''' Gideros 2011.6<br/>
+
<languages />
=== Description ===
+
'''<translate>Available since</translate>:''' Gideros 2011.6<br/>
<br />
+
'''<translate>Class</translate>:''' [[Special:MyLanguage/b2.PrismaticJoint|b2.PrismaticJoint]]<br/>
Returns the current joint translation, usually in meters. <br />
+
 
<br />
+
=== <translate>Description</translate> ===
<source lang="lua">
+
Returns the current joint translation, usually in meters.
 +
<syntaxhighlight lang="lua">
 
(number) = b2.PrismaticJoint:getJointTranslation()
 
(number) = b2.PrismaticJoint:getJointTranslation()
</source>
+
</syntaxhighlight>
=== Return values ===
+
 
'''Returns''' (number) The current joint translation, usually in meters<br/>
+
=== <translate>Return values</translate> ===
 +
'''<translate>Returns</translate>''' (number) <translate>the current joint translation, usually in meters</translate><br/>
 +
 
 +
{{B2.PrismaticJoint}}

Latest revision as of 18:22, 12 July 2023