Difference between revisions of "B2.RopeJoint:getMaxLength"

From GiderosMobile
m (Text replacement - "</source" to "</syntaxhighlight")
Line 8: Line 8:
 
<source lang="lua">
 
<source lang="lua">
 
(number) = b2.RopeJoint:getMaxLength()
 
(number) = b2.RopeJoint:getMaxLength()
</source>
+
</syntaxhighlight>
  
 
=== <translate>Return values</translate> ===
 
=== <translate>Return values</translate> ===

Revision as of 17:42, 12 July 2023


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