Difference between revisions of "B2.RopeJoint:setMaxLength"
From GiderosMobile
Line 2: | Line 2: | ||
'''Available since:''' Gideros 2012.09.3<br/> | '''Available since:''' Gideros 2012.09.3<br/> | ||
=== Description === | === Description === | ||
− | <br /> | + | <translate><br /> |
Sets the maximum length of the rope. <br /> | Sets the maximum length of the rope. <br /> | ||
− | <br /> | + | <br /></translate> |
<source lang="lua"> | <source lang="lua"> | ||
b2.RopeJoint:setMaxLength(maxLength) | b2.RopeJoint:setMaxLength(maxLength) | ||
</source> | </source> | ||
=== Parameters === | === Parameters === | ||
− | '''maxLength''': (number) | + | '''maxLength''': (number) <translate></translate> <br/> |
Revision as of 13:33, 23 August 2018
Available since: Gideros 2012.09.3
Description
Sets the maximum length of the rope.
b2.RopeJoint:setMaxLength(maxLength)
Parameters
maxLength: (number)