Difference between revisions of "PrismaticJoint:getLimits"

m (1 revision: Imported docs from potato.)
Line 1: Line 1:
  
 
+
Gets the joint limits.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 14: Line 14:
 
* [[parent::PrismaticJoint]]
 
* [[parent::PrismaticJoint]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Gets the joint limits.}}

Revision as of 16:17, 14 February 2010

Gets the joint limits.

Function

Synopsis

lower, upper = PrismaticJoint:getLimits( )

Arguments

None.

Returns

number lower
The lower limit, usually in meters.
number upper
The upper limit, usually in meters.

See Also