Difference between revisions of "PrismaticJoint:setLimitsEnabled"

(oldin notice.)
Line 1: Line 1:
 +
{{oldin|[[0.8.0]]|080|type=method}}
 
Enables/disables the joint limit.
 
Enables/disables the joint limit.
 +
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 9: Line 11:
 
=== Returns ===
 
=== Returns ===
 
{{param|boolean|enable|True if enabled, false if disabled.}}
 
{{param|boolean|enable|True if enabled, false if disabled.}}
 +
 
== See Also ==
 
== See Also ==
 
* [[parent::PrismaticJoint]]
 
* [[parent::PrismaticJoint]]

Revision as of 12:17, 4 May 2012

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

Enables/disables the joint limit.

Function

Synopsis

enable = PrismaticJoint:setLimitsEnabled( )

Arguments

None.

Returns

boolean enable
True if enabled, false if disabled.

See Also


Other Languages