Difference between revisions of "B2.RopeJoint:setMaxLength"
From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight") |
|||
Line 6: | Line 6: | ||
=== <translate>Description</translate> === | === <translate>Description</translate> === | ||
Sets the maximum length of the rope. | Sets the maximum length of the rope. | ||
− | < | + | <syntaxhighlight lang="lua"> |
b2.RopeJoint:setMaxLength(maxLength) | b2.RopeJoint:setMaxLength(maxLength) | ||
</source> | </source> |
Revision as of 14:26, 13 July 2023
Available since: Gideros 2012.09.3
Class: b2.RopeJoint
Description
Sets the maximum length of the rope. <syntaxhighlight lang="lua"> b2.RopeJoint:setMaxLength(maxLength) </source>
Parameters
maxLength: (number) maximum rope lenght