Difference between revisions of "B2.DistanceJoint:getLength"
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 length of this distance joint, usually in meters.<br /> | Returns the length of this distance joint, usually in meters.<br /> | ||
− | <br /> | + | <br /></translate> |
<source lang="lua"> | <source lang="lua"> | ||
(number) = b2.DistanceJoint:getLength() | (number) = b2.DistanceJoint:getLength() | ||
</source> | </source> | ||
=== Return values === | === Return values === | ||
− | '''Returns''' (number) The length of this distance joint, usually in meters<br/> | + | '''Returns''' (number) <translate>The length of this distance joint, usually in meters</translate><br/> |
Revision as of 13:34, 23 August 2018
Available since: Gideros 2011.6
Description
Returns the length of this distance joint, usually in meters.
(number) = b2.DistanceJoint:getLength()
Return values
Returns (number) The length of this distance joint, usually in meters