Difference between revisions of "PrismaticJoint:enableLimit"

(Added PrismaticJoint:enableLimit.)
 
(How did I mess that up?)
Line 5: Line 5:
 
=== Synopsis ===
 
=== Synopsis ===
 
<source lang="lua">
 
<source lang="lua">
enable = PrismaticJoint:enableLimit( )
+
PrismaticJoint:enableLimit( enable )
 
</source>
 
</source>
 
=== Arguments ===
 
=== Arguments ===
None.
+
{{param|boolean|enable|True to enabled, false to disabled.}}
 
=== Returns ===
 
=== Returns ===
{{param|boolean|enable|True if enabled, false if disabled.}}
+
Nothing.
  
 
== See Also ==
 
== See Also ==

Revision as of 20:29, 1 August 2012

Available since LÖVE 0.8.0
This method is not supported in earlier versions.

Enables or disables the limits of the joint.

Function

Synopsis

PrismaticJoint:enableLimit( enable )

Arguments

boolean enable
True to enabled, false to disabled.

Returns

Nothing.

See Also


Other Languages