Difference between revisions of "PrismaticJoint:setLimitsEnabled"

m (included link to other languages)
m (I -> It)
 
(4 intermediate revisions by 4 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 limit.
 
Enables/disables the joint limit.
 +
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 9: Line 12:
 
=== 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]]
 
[[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|PrismaticJoint:setLimitsEnabled}}
 
{{i18n|PrismaticJoint:setLimitsEnabled}}

Latest revision as of 06:27, 20 August 2014

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 limit.

Function

Synopsis

enable = PrismaticJoint:setLimitsEnabled( )

Arguments

None.

Returns

boolean enable
True if enabled, false if disabled.

See Also


Other Languages