Difference between revisions of "B2.RevoluteJoint:isLimitEnabled"

From GiderosMobile
Line 2: Line 2:
 
'''Available since:''' Gideros 2011.6<br/>
 
'''Available since:''' Gideros 2011.6<br/>
 
=== Description ===
 
=== Description ===
<br />
+
<translate><br />
 
Is the joint limit enabled? <br />
 
Is the joint limit enabled? <br />
<br />
+
<br /></translate>
 
<source lang="lua">
 
<source lang="lua">
 
(bool) = b2.RevoluteJoint:isLimitEnabled()
 
(bool) = b2.RevoluteJoint:isLimitEnabled()
 
</source>
 
</source>
 
=== Return values ===
 
=== Return values ===
'''Returns''' (bool) `true` if joint limit is enabled, `false` otherwise<br/>
+
'''Returns''' (bool) <translate>[[[true` if joint limit is enabled, `false]]] otherwise</translate><br/>

Revision as of 14:32, 23 August 2018

Available since: Gideros 2011.6

Description


Is the joint limit enabled?

(bool) = b2.RevoluteJoint:isLimitEnabled()

Return values

Returns (bool) [[[true` if joint limit is enabled, `false]]] otherwise