Difference between revisions of "B2.PulleyJoint:getLengthB"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the current length of the segment attached to bodyB. <br /> <br /> <source lang="lua">...")
 
Line 6: Line 6:
 
<br />
 
<br />
 
<source lang="lua">
 
<source lang="lua">
(number), = b2.PulleyJoint:getLengthB()
+
(number) = b2.PulleyJoint:getLengthB()
 
</source>
 
</source>
 
'''Returns''' (number) The current length of the segment attached to bodyB<br/>
 
'''Returns''' (number) The current length of the segment attached to bodyB<br/>

Revision as of 11:18, 23 August 2018

Available since: Gideros 2011.6

Description


Returns the current length of the segment attached to bodyB.

(number) = b2.PulleyJoint:getLengthB()

Returns (number) The current length of the segment attached to bodyB