Difference between revisions of "B2.RopeJoint:getMaxLength"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09.3<br/> === Description === <br /> Returns the maximum length of the rope. <br /> <br /> <source lang="lua"> (number), = b2.Rop...") |
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/> | |
− | Returns the maximum length of the rope. | + | |
− | < | + | === <translate>Description</translate> === |
− | + | Returns the maximum length of the rope. | |
− | (number) | + | <syntaxhighlight lang="lua"> |
− | </ | + | (number) = b2.RopeJoint:getMaxLength() |
− | '''Returns''' (number) | + | </syntaxhighlight> |
+ | |||
+ | === <translate>Return values</translate> === | ||
+ | '''<translate>Returns</translate>''' (number) <translate>the maximum length of the rope.</translate><br/> | ||
+ | |||
+ | {{B2.RopeJoint}} |
Latest revision as of 16:59, 12 July 2023
Available since: Gideros 2012.09.3
Class: b2.RopeJoint
Description
Returns the maximum length of the rope.
(number) = b2.RopeJoint:getMaxLength()
Return values
Returns (number) the maximum length of the rope.