Difference between revisions of "RevoluteJoint:isLimitsEnabled"

m (1 revision: Importing from potato (again).)
(Added oldin for 0.9.0)
 
(2 intermediate revisions by 2 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.
 
Checks whether limits are enabled.
 
== Function ==
 
== Function ==
Line 14: Line 14:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Checks whether limits are enabled.}}
 
{{#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