{{newin|[[0.9.0]]|090|type=method}}
Starts and stops the joint motor.

== Function ==
=== Synopsis ===
<source lang="lua">
WheelJoint:setMotorEnabled( enable )
</source>
=== Arguments ===
{{param|boolean|enable|True turns the motor on and false turns it off.}}
=== Returns ===
Nothing.
== See Also ==
* [[parent::WheelJoint]]
[[Category:Functions]]
{{#set:Description=Starts and stops the joint motor.}}
{{#set:Since=090}}
== Other Languages ==
{{i18n|WheelJoint:setMotorEnabled}}