Difference between revisions of "DistanceJoint:setDampingRatio"
m (1 revision: Importing from potato (again).) |
(add note saying this too may not be available) |
||
Line 1: | Line 1: | ||
+ | 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 09:41, 28 February 2010
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
Synopsis
DistanceJoint:setDampingRatio( ratio )
Arguments
number ratio
- The damping ratio.
Returns
Nothing.