Difference between revisions of "B2.PrismaticJoint:enableLimit"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Enables or disables the joint limit. <br /> <br /> <source lang="lua"> = b2.PrismaticJoint:enab...")
 
m (Text replacement - "<source" to "<syntaxhighlight")
 
(8 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 ===
<br />
+
Enables or disables the joint limit.
Enables or disables the joint limit. <br />
+
<syntaxhighlight lang="lua">
<br />
+
b2.PrismaticJoint:enableLimit(flag)
<source lang="lua">
+
</syntaxhighlight>
= b2.PrismaticJoint:enableLimit(flag,)
+
 
</source>
+
=== Parameters ===
'''flag:''' (boolean) enable flag of joint limit ''''''<br/>
+
'''flag''': (boolean) enable flag of joint limit <br/>
 +
 
 +
{{B2.PrismaticJoint}}

Latest revision as of 17:55, 12 July 2023