Difference between revisions of "PulleyJoint:getLengthB"

m (Oops.)
 
Line 1: Line 1:
{{newin|[[0.8.0]]|0.8.0|type=method}}
+
{{newin|[[0.8.0]]|080|type=method}}
 
Get the current length of the rope segment attached to the second body.
 
Get the current length of the rope segment attached to the second body.
  

Latest revision as of 13:28, 4 May 2012

Available since LÖVE 0.8.0
This method is not supported in earlier versions.

Get the current length of the rope segment attached to the second body.

Function

Synopsis

length = PulleyJoint:getLengthB( )

Arguments

None.

Returns

number length
The length of the rope segment.

See Also


Other Languages