Difference between revisions of "RevoluteJoint:setLimitsEnabled"

(oldin notice.)
(Updated for 0.9.0)
 
Line 1: Line 1:
{{oldin|[[0.8.0]]|080|type=method}}
+
{{newin|[[0.9.0]]|090|type=method|text=It has been renamed from [[RevoluteJoint:enableLimits]]}}
 
Enables/disables the joint limit.
 
Enables/disables the joint limit.
  
Line 16: Line 16:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Enables/disables the joint limit.}}
 
{{#set:Description=Enables/disables the joint limit.}}
{{#set:Since=000}}
 
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|RevoluteJoint:setLimitsEnabled}}
 
{{i18n|RevoluteJoint:setLimitsEnabled}}

Latest revision as of 01:43, 23 June 2014

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

Enables/disables the joint limit.

Function

Synopsis

RevoluteJoint:setLimitsEnabled( enable )

Arguments

boolean enable
True to enable, false to disable.

Returns

Nothing.

See Also

Other Languages