Difference between revisions of "B2.RopeJoint:setMaxLength"
From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>") |
|||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | <languages /> | ||
'''<translate>Available since</translate>:''' Gideros 2012.09.3<br/> | '''<translate>Available since</translate>:''' Gideros 2012.09.3<br/> | ||
'''<translate>Class</translate>:''' [[Special:MyLanguage/b2.RopeJoint|b2.RopeJoint]]<br/> | '''<translate>Class</translate>:''' [[Special:MyLanguage/b2.RopeJoint|b2.RopeJoint]]<br/> | ||
| + | |||
=== <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) |
| − | + | </syntaxhighlight> | |
| − | + | ||
| − | </ | ||
=== <translate>Parameters</translate> === | === <translate>Parameters</translate> === | ||
| − | '''maxLength''': (number) <translate></translate> <br/> | + | '''maxLength''': (number) <translate>maximum rope lenght</translate> <br/> |
| + | |||
| + | {{B2.RopeJoint}} | ||
Latest revision as of 14: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