Difference between revisions of "PulleyJoint:getLengthB"

(Added PulleyJoint:getLengthB.)
 
m (Oops.)
 
(One intermediate revision by the same user not shown)
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.
  
Line 16: Line 16:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Get the current length of the segment attached to the second body.}}
 
{{#set:Description=Get the current length of the segment attached to the second body.}}
{{#set:Since=000}}
+
{{#set:Since=080}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|PulleyJoint:getLengthB}}
 
{{i18n|PulleyJoint:getLengthB}}

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