Difference between revisions of "B2.PrismaticJoint:setMaxMotorForce"

From GiderosMobile
Line 3: Line 3:
 
'''<translate>Available since</translate>:''' Gideros 2011.6<br/>
 
'''<translate>Available since</translate>:''' Gideros 2011.6<br/>
 
'''<translate>Class</translate>:''' [[Special:MyLanguage/b2.PrismaticJoint|b2.PrismaticJoint]]<br/>
 
'''<translate>Class</translate>:''' [[Special:MyLanguage/b2.PrismaticJoint|b2.PrismaticJoint]]<br/>
 +
 
=== <translate>Description</translate> ===
 
=== <translate>Description</translate> ===
<translate><br />
+
Sets the maximum motor force, usually in N.
Sets the maximum motor force, usually in N. <br />
 
<br /></translate>
 
 
<source lang="lua">
 
<source lang="lua">
b2.PrismaticJoint:setMaxMotorForce(force)
+
b2.PrismaticJoint:setMaxMotorForce(force)
 
</source>
 
</source>
 +
 
=== <translate>Parameters</translate> ===
 
=== <translate>Parameters</translate> ===
 
'''force''': (number) <translate>the maximum motor force, usually in N.</translate> <br/>
 
'''force''': (number) <translate>the maximum motor force, usually in N.</translate> <br/>
 +
 +
{{B2.PrismaticJoint}}

Revision as of 22:02, 17 February 2020