{{newin|[[0.9.0]]|090|type=method|text=It has been renamed from [[RevoluteJoint:enableMotor]]}}
Enables/disables the joint motor.

== Function ==
=== Synopsis ===
<source lang="lua">
RevoluteJoint:setMotorEnabled( enable )
</source>
=== Arguments ===
{{param|boolean|enable|True to enable, false to disable.}}
=== Returns ===
Nothing.

== See Also ==
* [[parent::RevoluteJoint]]
[[Category:Functions]]
{{#set:Description=Enables/disables the joint motor.}}
{{#set:Since=000}}
== Other Languages ==
{{i18n|RevoluteJoint:setMotorEnabled}}