Difference between revisions of "B2.PrismaticJoint:isLimitEnabled"

From GiderosMobile
Line 2: Line 2:
 
'''Available since:''' Gideros 2011.6<br/>
 
'''Available since:''' Gideros 2011.6<br/>
 
=== Description ===
 
=== Description ===
Is the joint limit enabled? <br />
+
<translate>Is the joint limit enabled? <br />
<br />
+
<br /></translate>
 
<source lang="lua">
 
<source lang="lua">
 
(bool) = b2.PrismaticJoint:isLimitEnabled()
 
(bool) = b2.PrismaticJoint: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:33, 23 August 2018

Available since: Gideros 2011.6

Description

Is the joint limit enabled?

(bool) = b2.PrismaticJoint:isLimitEnabled()

Return values

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