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...") |
m (Text replacement - "</source>" to "</syntaxhighlight>") |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | '''Available since:''' Gideros 2012.09.3<br/> | + | <languages /> |
− | === Description === | + | '''<translate>Available since</translate>:''' Gideros 2012.09.3<br/> |
− | + | '''<translate>Class</translate>:''' [[Special:MyLanguage/b2.RopeJoint|b2.RopeJoint]]<br/> | |
− | Sets the maximum length of the rope. | + | |
− | < | + | === <translate>Description</translate> === |
− | + | Sets the maximum length of the rope. | |
− | + | <syntaxhighlight lang="lua"> | |
− | </ | + | b2.RopeJoint:setMaxLength(maxLength) |
− | '''maxLength | + | </syntaxhighlight> |
+ | |||
+ | === <translate>Parameters</translate> === | ||
+ | '''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