Difference between revisions of "DistanceJoint:setDampingRatio"

(add note saying this too may not be available)
(The wiki always applies to the latest LÖVE version.)
Line 1: Line 1:
 
Sets the damping ratio.
 
Sets the damping ratio.
  
N.B. This function is not available in some versions of LÖVE. You may get an error if you try to use it.
 
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===

Revision as of 17:10, 28 February 2010

Sets the damping ratio.

Function

Synopsis

DistanceJoint:setDampingRatio( ratio )

Arguments

number ratio
The damping ratio.

Returns

Nothing.

See Also