Difference between revisions of "B2.PrismaticJoint:setMaxMotorForce"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
 
(2 intermediate revisions by 2 users not shown)
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 />
+
<syntaxhighlight lang="lua">
<br /></translate>
+
b2.PrismaticJoint:setMaxMotorForce(force)
<source lang="lua">
+
</syntaxhighlight>
b2.PrismaticJoint:setMaxMotorForce(force)
+
 
</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}}

Latest revision as of 18:07, 12 July 2023