Difference between revisions of "RopeJoint:setMaxLength"

(Created page)
 
m (0.11.0 -> 11.0)
 
Line 1: Line 1:
{{newin|[[0.11.0]]|110|type=function}}
+
{{newin|[[11.0]]|110|type=function}}
 
Sets the maximum length of a RopeJoint.
 
Sets the maximum length of a RopeJoint.
  

Latest revision as of 18:20, 7 May 2019

Available since LÖVE 11.0
This function is not supported in earlier versions.

Sets the maximum length of a RopeJoint.

Function

Synopsis

RopeJoint:setMaxLength( maxlength )

Arguments

number maxLength
The new maximum length of the RopeJoint.

Returns

Nothing.

See Also

Other Languages