Difference between revisions of "B2.RopeJoint:getMaxLength"
From GiderosMobile
m (Text replacement - "</source" to "</syntaxhighlight") |
m (Text replacement - "<source" to "<syntaxhighlight") |
||
Line 6: | Line 6: | ||
=== <translate>Description</translate> === | === <translate>Description</translate> === | ||
Returns the maximum length of the rope. | Returns the maximum length of the rope. | ||
− | < | + | <syntaxhighlight lang="lua"> |
(number) = b2.RopeJoint:getMaxLength() | (number) = b2.RopeJoint:getMaxLength() | ||
</syntaxhighlight> | </syntaxhighlight> |
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.