Difference between revisions of "B2.RopeJoint:setMaxLength"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09.3<br/> === Description === <br /> Sets the maximum length of the rope. <br /> <br /> <source lang="lua"> = b2.RopeJoint:setMax...") |
|||
Line 6: | Line 6: | ||
<br /> | <br /> | ||
<source lang="lua"> | <source lang="lua"> | ||
− | + | b2.RopeJoint:setMaxLength(maxLength) | |
</source> | </source> | ||
− | '''maxLength | + | '''maxLength''': (number) ''''''<br/> |
Revision as of 10:19, 23 August 2018
Available since: Gideros 2012.09.3
Description
Sets the maximum length of the rope.
b2.RopeJoint:setMaxLength(maxLength)
'maxLength: (number) '