Difference between revisions of "B2.RopeJoint:getMaxLength"
From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight") |
|||
(One intermediate revision by the same user not shown) | |||
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> |
=== <translate>Return values</translate> === | === <translate>Return values</translate> === |
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.