Difference between revisions of "B2.MouseJoint:setMaxForce"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the maximum force in Newtons.<br /> <br /> <source lang="lua"> = b2.MouseJoint:setMaxForce...")
 
Line 6: Line 6:
 
<br />
 
<br />
 
<source lang="lua">
 
<source lang="lua">
= b2.MouseJoint:setMaxForce(force,)
+
b2.MouseJoint:setMaxForce(force)
 
</source>
 
</source>
'''force:''' (number) the maximum force in Newtons ''''''<br/>
+
'''force''': (number) the maximum force in Newtons ''''''<br/>

Revision as of 11:19, 23 August 2018

Available since: Gideros 2011.6

Description


Sets the maximum force in Newtons.

 b2.MouseJoint:setMaxForce(force)

'force: (number) the maximum force in Newtons '