Difference between revisions of "B2.PulleyJoint:getLengthA"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
m (Text replacement - "</source" to "</syntaxhighlight")
 
Line 8: Line 8:
 
<syntaxhighlight lang="lua">
 
<syntaxhighlight lang="lua">
 
(number) = b2.PulleyJoint:getLengthA()
 
(number) = b2.PulleyJoint:getLengthA()
</source>
+
</syntaxhighlight>
  
 
=== <translate>Return values</translate> ===
 
=== <translate>Return values</translate> ===

Latest revision as of 17:35, 12 July 2023


Available since: Gideros 2011.6
Class: b2.PulleyJoint

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




LiquidFun