Difference between revisions of "B2.PrismaticJoint:enableLimit"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
<languages />
 
'''Available since:''' Gideros 2011.6<br/>
 
'''Available since:''' Gideros 2011.6<br/>
 +
'''Class:''' [[Special:MyLanguage/b2.PrismaticJoint|b2.PrismaticJoint]]<br/>
 +
 
=== Description ===
 
=== Description ===
<translate><br />
+
Enables or disables the joint limit.
Enables or disables the joint limit. <br />
+
<syntaxhighlight lang="lua">
<br /></translate>
+
b2.PrismaticJoint:enableLimit(flag)
<source lang="lua">
+
</syntaxhighlight>
b2.PrismaticJoint:enableLimit(flag)
+
 
</source>
 
 
=== Parameters ===
 
=== Parameters ===
'''flag''': (boolean) <translate>enable flag of joint limit</translate> <br/>
+
'''flag''': (boolean) enable flag of joint limit <br/>
 +
 
 +
{{B2.PrismaticJoint}}

Latest revision as of 17:55, 12 July 2023