Difference between revisions of "B2.PrismaticJoint:isLimitEnabled"

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

Available since: Gideros 2011.6

Description

Is the joint limit enabled?

(bool) = b2.PrismaticJoint:isLimitEnabled()

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