Difference between revisions of "DistanceJoint:setDampingRatio"
(The wiki always applies to the latest LÖVE version.) |
(removed link to DistanceJoint, this page uses the wrong name for the function) |
||
Line 1: | Line 1: | ||
− | Sets the damping ratio. | + | Sets the damping ratio. This function is actually called [[DistanceJoint:setDamping|DistanceJoint:setDamping.]] |
== Function == | == Function == | ||
Line 11: | Line 11: | ||
Nothing. | Nothing. | ||
== See Also == | == See Also == | ||
− | |||
[[Category:Functions]] | [[Category:Functions]] | ||
{{#set:Description=Sets the damping ratio.}} | {{#set:Description=Sets the damping ratio.}} |
Revision as of 12:55, 7 March 2010
Sets the damping ratio. This function is actually called DistanceJoint:setDamping.
Function
Synopsis
DistanceJoint:setDampingRatio( ratio )
Arguments
number ratio
- The damping ratio.
Returns
Nothing.