Difference between revisions of "B2.RevoluteJoint:enableLimit"

From GiderosMobile
Line 2: Line 2:
 
'''Available since:''' Gideros 2011.6<br/>
 
'''Available since:''' Gideros 2011.6<br/>
 
=== Description ===
 
=== Description ===
<br />
+
<translate><br />
 
Enables or disables the joint limit. <br />
 
Enables or disables the joint limit. <br />
<br />
+
<br /></translate>
 
<source lang="lua">
 
<source lang="lua">
 
  b2.RevoluteJoint:enableLimit(flag)
 
  b2.RevoluteJoint:enableLimit(flag)
 
</source>
 
</source>
 
=== Parameters ===
 
=== Parameters ===
'''flag''': (boolean) enable flag of joint limit <br/>
+
'''flag''': (boolean) <translate>enable flag of joint limit</translate> <br/>

Revision as of 14:44, 23 August 2018

Available since: Gideros 2011.6

Description


Enables or disables the joint limit.

 b2.RevoluteJoint:enableLimit(flag)

Parameters

flag: (boolean) enable flag of joint limit