Difference between revisions of "FrictionJoint:setMaxForce"

(Created page with "{{newin|0.8.0|080|type=function}} Sets the maximum friction force in Newtons. == Function == === Synopsis === <source lang="lua"> FrictionJoint:setMaxForce( force ) </source>...")
 
m
 
Line 12: Line 12:
 
== See Also ==
 
== See Also ==
 
* [[parent::FrictionJoint]]
 
* [[parent::FrictionJoint]]
 +
* [[FrictionJoint:getMaxForce]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Sets the maximum friction force in Newtons.}}
 
{{#set:Description=Sets the maximum friction force in Newtons.}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|FrictionJoint:setMaxForce}}
 
{{i18n|FrictionJoint:setMaxForce}}

Latest revision as of 21:04, 15 September 2011

Available since LÖVE 0.8.0
This function is not supported in earlier versions.

Sets the maximum friction force in Newtons.

Function

Synopsis

FrictionJoint:setMaxForce( force )

Arguments

number maxForce
Max force in Newtons.

Returns

Nothing.

See Also

Other Languages