Difference between revisions of "B2.PulleyJoint:getLengthA"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the current length of the segment attached to bodyA. <br /> <br /> <source lang="lua">...") |
|||
Line 6: | Line 6: | ||
<br /> | <br /> | ||
<source lang="lua"> | <source lang="lua"> | ||
− | (number) | + | (number) = b2.PulleyJoint:getLengthA() |
</source> | </source> | ||
+ | === Return values === | ||
'''Returns''' (number) The current length of the segment attached to bodyA<br/> | '''Returns''' (number) The current length of the segment attached to bodyA<br/> |
Revision as of 10:44, 23 August 2018
Available since: Gideros 2011.6
Description
Returns the current length of the segment attached to bodyA.
(number) = b2.PulleyJoint:getLengthA()
Return values
Returns (number) The current length of the segment attached to bodyA