Difference between revisions of "PrismaticJoint:setMotorEnabled"

m
 
(6 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 +
{{oldin|[[0.8.0]]|080|type=function|text=This function is not supported in that version}}
 +
{{newin|[[0.9.0]]|090|type=function|text=It has been renamed again}}
 +
Enables/disables the joint motor.
  
Enables/disables the joint motor.
 
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 10: Line 12:
 
=== Returns ===
 
=== Returns ===
 
Nothing.
 
Nothing.
 +
 
== See Also ==
 
== See Also ==
 
* [[parent::PrismaticJoint]]
 
* [[parent::PrismaticJoint]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Enables/disables the joint motor.}}
 
{{#set:Description=Enables/disables the joint motor.}}
 +
{{#set:Since=000}}
 +
== Other Languages ==
 +
{{i18n|PrismaticJoint:setMotorEnabled}}

Latest revision as of 16:08, 10 November 2019

Removed in LÖVE 0.8.0
This function is not supported in that version.
Available since LÖVE 0.9.0
It has been renamed again.

Enables/disables the joint motor.

Function

Synopsis

PrismaticJoint:setMotorEnabled( enable )

Arguments

boolean enable
True to enable, false to disable.

Returns

Nothing.

See Also


Other Languages