Difference between revisions of "PrismaticJoint:setMotorEnabled"

(oldin notice.)
m
Line 1: Line 1:
{{oldin|[[0.8.0]]|080|type=method}}
+
{{oldin|[[0.8.0]]|080|type=function}}
 
Enables/disables the joint motor.
 
Enables/disables the joint motor.
  

Revision as of 17:39, 29 May 2013

Removed in LÖVE 0.8.0
This function is not supported in that and later versions.

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