Difference between revisions of "B2.PrismaticJoint:isLimitEnabled"

From GiderosMobile
Line 7: Line 7:
 
(bool) = b2.PrismaticJoint:isLimitEnabled()
 
(bool) = b2.PrismaticJoint:isLimitEnabled()
 
</source>
 
</source>
 +
=== Return values ===
 
'''Returns''' (bool) `true` if joint limit is enabled, `false` otherwise<br/>
 
'''Returns''' (bool) `true` if joint limit is enabled, `false` otherwise<br/>

Revision as of 11:44, 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