Difference between revisions of "FrictionJoint:setMaxTorque"
(Created page with "{{newin|0.8.0|080|type=function}} Sets the maximum friction torque in Newton-meters. == Function == === Synopsis === <source lang="lua"> FrictionJoint:setMaxTorque( torque )...") |
|||
Line 13: | Line 13: | ||
== See Also == | == See Also == | ||
* [[parent::FrictionJoint]] | * [[parent::FrictionJoint]] | ||
− | [[Category: | + | * [[FrictionJoint:getMaxTorque]] |
+ | [[Category:Functions]] | ||
{{#set:Description=Sets the maximum friction torque in Newton-meters.}} | {{#set:Description=Sets the maximum friction torque in Newton-meters.}} | ||
== Other Languages == | == Other Languages == | ||
{{i18n|FrictionJoint:setMaxTorque}} | {{i18n|FrictionJoint:setMaxTorque}} |
Latest revision as of 21:03, 15 September 2011
Available since LÖVE 0.8.0 |
This function is not supported in earlier versions. |
Sets the maximum friction torque in Newton-meters.
Function
Synopsis
FrictionJoint:setMaxTorque( torque )
Arguments
number torque
- Maximum torque in Newton-meters.
Returns
Nothing.
See Also
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info