Difference between revisions of "PrismaticJoint:isLimitsEnabled"

m (1 revision: Imported docs from potato.)
m
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
+
{{oldin|[[0.8.0]]|080|type=function}}
 +
Checks whether limits are enabled.
  
 
== Function ==
 
== Function ==
Line 10: Line 11:
 
=== Returns ===
 
=== Returns ===
 
{{param|boolean|enabled|True if enabled, false otherwise.}}
 
{{param|boolean|enabled|True if enabled, false otherwise.}}
 +
 
== See Also ==
 
== See Also ==
 
* [[parent::PrismaticJoint]]
 
* [[parent::PrismaticJoint]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Checks whether limits are enabled.}}
 +
{{#set:Since=000}}
 +
== Other Languages ==
 +
{{i18n|PrismaticJoint:isLimitsEnabled}}

Latest revision as of 17:44, 29 May 2013

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

Checks whether limits are enabled.

Function

Synopsis

enabled = PrismaticJoint:isLimitsEnabled( )

Arguments

None.

Returns

boolean enabled
True if enabled, false otherwise.

See Also


Other Languages