Difference between revisions of "B2.RopeJoint:getMaxLength"
From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight") |
|||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | '''Available since:''' Gideros 2012.09.3<br/> | + | <languages /> |
− | === | + | '''<translate>Available since</translate>:''' Gideros 2012.09.3<br/> |
− | <translate>< | + | '''<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. |
+ | <syntaxhighlight lang="lua"> | ||
(number) = b2.RopeJoint:getMaxLength() | (number) = b2.RopeJoint:getMaxLength() | ||
− | </ | + | </syntaxhighlight> |
− | === Return values === | + | |
− | '''Returns''' (number) <translate> | + | === <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.