Difference between revisions of "RevoluteJoint:isLimitsEnabled"

m (1 revision: Imported docs from potato.)
(Added oldin for 0.9.0)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
+
{{oldin|[[0.9.0]]|090|type=function|text=It has been renamed to [[RevoluteJoint:hasLimitsEnabled]]}}
 
+
Checks whether limits are enabled.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 13: Line 13:
 
* [[parent::RevoluteJoint]]
 
* [[parent::RevoluteJoint]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Checks whether limits are enabled.}}
 +
{{#set:Since=000}}
 +
== Other Languages ==
 +
{{i18n|RevoluteJoint:isLimitsEnabled}}

Latest revision as of 01:37, 23 June 2014

Removed in LÖVE 0.9.0
It has been renamed to RevoluteJoint:hasLimitsEnabled.

Checks whether limits are enabled.

Function

Synopsis

enabled = RevoluteJoint:isLimitsEnabled( )

Arguments

None.

Returns

boolean enabled
True if enabled, false otherwise.

See Also


Other Languages