Difference between revisions of "B2.PrismaticJoint:enableMotor"

From GiderosMobile
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
<languages />
 
<languages />
'''<translate>Available since</translate>:''' Gideros 2011.6<br/>
+
'''Available since:''' Gideros 2011.6<br/>
'''<translate>Class</translate>:''' [[Special:MyLanguage/b2.PrismaticJoint|b2.PrismaticJoint]]<br/>
+
'''Class:''' [[Special:MyLanguage/b2.PrismaticJoint|b2.PrismaticJoint]]<br/>
=== <translate>Description</translate> ===
+
 
<translate><br />
+
=== Description ===
Enables or disables the joint motor. <br />
+
Enables or disables the joint motor.
<br /></translate>
 
 
<source lang="lua">
 
<source lang="lua">
b2.PrismaticJoint:enableMotor(flag)
+
b2.PrismaticJoint:enableMotor(flag)
 
</source>
 
</source>
=== <translate>Parameters</translate> ===
+
 
'''flag''': (boolean) <translate>enable flag of joint motor</translate> <br/>
+
=== Parameters ===
 +
'''flag''': (boolean) enable flag of joint motor <br/>
 +
 
 +
{{B2.PrismaticJoint}}

Revision as of 21:56, 17 February 2020