Difference between revisions of "RevoluteJoint:setMotorEnabled"

 
(6 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 +
{{newin|[[0.9.0]]|090|type=method|text=It has been renamed from [[RevoluteJoint:enableMotor]]}}
 +
Enables/disables the joint motor.
  
Enables/disables the joint motor.
 
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 10: Line 11:
 
=== Returns ===
 
=== Returns ===
 
Nothing.
 
Nothing.
 +
 
== See Also ==
 
== See Also ==
 
* [[parent::RevoluteJoint]]
 
* [[parent::RevoluteJoint]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Enables/disables the joint motor.}}
 
{{#set:Description=Enables/disables the joint motor.}}
 +
{{#set:Since=000}}
 +
== Other Languages ==
 +
{{i18n|RevoluteJoint:setMotorEnabled}}

Latest revision as of 17:07, 15 December 2014

Available since LÖVE 0.9.0
It has been renamed from RevoluteJoint:enableMotor.

Enables/disables the joint motor.

Function

Synopsis

RevoluteJoint:setMotorEnabled( enable )

Arguments

boolean enable
True to enable, false to disable.

Returns

Nothing.

See Also


Other Languages