Difference between revisions of "B2.RopeJoint:getMaxLength"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
<languages />
 
'''<translate>Available since</translate>:''' Gideros 2012.09.3<br/>
 
'''<translate>Available since</translate>:''' Gideros 2012.09.3<br/>
 
'''<translate>Class</translate>:''' [[Special:MyLanguage/b2.RopeJoint|b2.RopeJoint]]<br/>
 
'''<translate>Class</translate>:''' [[Special:MyLanguage/b2.RopeJoint|b2.RopeJoint]]<br/>
 +
 
=== <translate>Description</translate> ===
 
=== <translate>Description</translate> ===
<translate><br />
+
Returns the maximum length of the rope.
Returns the maximum length of the rope. <br />
+
<syntaxhighlight lang="lua">
<br /></translate>
 
<source lang="lua">
 
 
(number) = b2.RopeJoint:getMaxLength()
 
(number) = b2.RopeJoint:getMaxLength()
</source>
+
</syntaxhighlight>
 +
 
 
=== <translate>Return values</translate> ===
 
=== <translate>Return values</translate> ===
'''<translate>Returns</translate>''' (number) <translate>The maximum length of the rope.</translate><br/>
+
'''<translate>Returns</translate>''' (number) <translate>the maximum length of the rope.</translate><br/>
 +
 
 +
{{B2.RopeJoint}}

Latest revision as of 17: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.




LiquidFun