B2.RopeJoint:getMaxLength

From GiderosMobile
Revision as of 17:42, 12 July 2023 by Hgy29 (talk | contribs) (Text replacement - "</source" to "</syntaxhighlight")


Available since: Gideros 2012.09.3
Class: b2.RopeJoint

Description

Returns the maximum length of the rope. <source lang="lua"> (number) = b2.RopeJoint:getMaxLength() </syntaxhighlight>

Return values

Returns (number) the maximum length of the rope.




LiquidFun