Difference between revisions of "B2.RopeJoint:setMaxLength"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
Line 8: Line 8:
 
<syntaxhighlight lang="lua">
 
<syntaxhighlight lang="lua">
 
b2.RopeJoint:setMaxLength(maxLength)
 
b2.RopeJoint:setMaxLength(maxLength)
</source>
+
</syntaxhighlight>
  
 
=== <translate>Parameters</translate> ===
 
=== <translate>Parameters</translate> ===

Latest revision as of 15:27, 13 July 2023


Available since: Gideros 2012.09.3
Class: b2.RopeJoint

Description

Sets the maximum length of the rope.

b2.RopeJoint:setMaxLength(maxLength)

Parameters

maxLength: (number) maximum rope lenght




LiquidFun