Difference between revisions of "PulleyJoint:getLengthA"

(Added PulleyJoint:getLengthA.)
 
m
 
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 first body.
 
Get the current length of the rope segment attached to the first 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 first body.

Function

Synopsis

length = PulleyJoint:getLengthA( )

Arguments

None.

Returns

number length
The length of the rope segment.

See Also


Other Languages