Difference between revisions of "B2.PrismaticJoint:setMaxMotorForce"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''Available since:''' Gideros 2011.6<br/>
+
<languages />
=== Description ===
+
'''<translate>Available since</translate>:''' Gideros 2011.6<br/>
<br />
+
'''<translate>Class</translate>:''' [[Special:MyLanguage/b2.PrismaticJoint|b2.PrismaticJoint]]<br/>
Sets the maximum motor force, usually in N. <br />
+
 
<br />
+
=== <translate>Description</translate> ===
<source lang="lua">
+
Sets the maximum motor force, usually in N.
b2.PrismaticJoint:setMaxMotorForce(force)
+
<syntaxhighlight lang="lua">
</source>
+
b2.PrismaticJoint:setMaxMotorForce(force)
'''force''': (number) the maximum motor force, usually in N. ''''''<br/>
+
</syntaxhighlight>
 +
 
 +
=== <translate>Parameters</translate> ===
 +
'''force''': (number) <translate>the maximum motor force, usually in N.</translate> <br/>
 +
 
 +
{{B2.PrismaticJoint}}

Latest revision as of 18:07, 12 July 2023