Difference between revisions of "RevoluteJoint:setUpperLimit"
(Initial Portuguese translation) |
|||
Line 1: | Line 1: | ||
− | + | Sets the upper limit. | |
− | == | + | == Function == |
− | === | + | === Synopsis === |
<source lang="lua"> | <source lang="lua"> | ||
− | RevoluteJoint:setUpperLimit( | + | RevoluteJoint:setUpperLimit( upper ) |
</source> | </source> | ||
− | === | + | === Arguments === |
− | {{param|number | + | {{param|number|upper|The upper limit, in radians.}} |
− | === | + | === Returns === |
− | + | Nothing. | |
− | == | + | == See Also == |
− | * [[parent::RevoluteJoint | + | * [[parent::RevoluteJoint]] |
[[Category:Functions]] | [[Category:Functions]] | ||
− | {{#set:Description= | + | {{#set:Description=Sets the upper limit.}} |
− | |||
− |
Latest revision as of 15:53, 4 March 2013
Sets the upper limit.
Function
Synopsis
RevoluteJoint:setUpperLimit( upper )
Arguments
number upper
- The upper limit, in radians.
Returns
Nothing.