Difference between revisions of "RevoluteJoint:enableLimit"

m (moved RevoluteJoint:enableLimits to RevoluteJoint:enableLimit: It's enableLimit without the s.)
m
Line 14: Line 14:
 
== See Also ==
 
== See Also ==
 
* [[parent::RevoluteJoint]]
 
* [[parent::RevoluteJoint]]
 +
* [[RevoluteJoint:isLimitsEnabled]]
 +
* [[RevoluteJoint:setLimits]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Enables or disables the joint limits.}}
 
{{#set:Description=Enables or disables the joint limits.}}

Revision as of 04:27, 5 September 2013

Available since LÖVE 0.8.0
This method is not supported in earlier versions.

Enables or disables the joint limits.

Function

Synopsis

RevoluteJoint:enableLimit( enable )

Arguments

boolean enable
True to enable, false to disable.

Returns

Nothing.

See Also


Other Languages