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"> | ||
− | + | RevoluteJoint:setLimitsEnabled( enable ) | |
</source> | </source> | ||
=== Arguments === | === Arguments === | ||
− | + | {{param|boolean|enable|True to enable, false to disable.}} | |
=== Returns === | === Returns === | ||
− | + | 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.