{{newin|[[0.8.0]]|080|type=method}}
Returns the maximum motor torque.

== Function ==
=== Synopsis ===
<source lang="lua">
maxTorque = WheelJoint:getMaxMotorTorque( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|maxTorque|The maximum torque of the joint motor in newton meters.}}
== See Also ==
* [[parent::WheelJoint]]
* [[WheelJoint:setMaxMotorTorque]]
[[Category:Functions]]
{{#set:Description=Returns the maximum motor torque.}}
{{#set:Since=080}}
== Other Languages ==
{{i18n|WheelJoint:getMaxMotorTorque}}