Difference between revisions of "B2.RopeJoint:getMaxLength"

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