Difference between revisions of "RevoluteJoint:setLimitsEnabled"

m (1 revision: Importing from potato (again).)
Line 1: Line 1:
 
 
Enables/disables the joint limit.
 
Enables/disables the joint limit.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
 
<source lang="lua">
 
<source lang="lua">
enable = RevoluteJoint:setLimitsEnabled( )
+
RevoluteJoint:setLimitsEnabled( enable )
 
</source>
 
</source>
 
=== Arguments ===
 
=== Arguments ===
None.
+
{{param|boolean|enable|True to enable, false to disable.}}
 
=== Returns ===
 
=== Returns ===
{{param|boolean|enable|True if enabled, false if disabled.}}
+
Nothing.
 
== See Also ==
 
== See Also ==
 
* [[parent::RevoluteJoint]]
 
* [[parent::RevoluteJoint]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Enables/disables the joint limit.}}
 
{{#set:Description=Enables/disables the joint limit.}}

Revision as of 12:55, 6 November 2010

Enables/disables the joint limit.

Function

Synopsis

RevoluteJoint:setLimitsEnabled( enable )

Arguments

boolean enable
True to enable, false to disable.

Returns

Nothing.

See Also