Difference between revisions of "FrictionJoint:getMaxForce"

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

Latest revision as of 21:04, 15 September 2011

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

Gets the maximum friction force in Newtons.

Function

Synopsis

force = FrictionJoint:getMaxForce( )

Arguments

None.

Returns

number force
Maximum force in Newtons.

See Also

Other Languages