Difference between revisions of "WheelJoint:getJointSpeed"

(Added see also.)
(That was stupid.)
Line 13: Line 13:
 
== See Also ==
 
== See Also ==
 
* [[parent::WheelJoint]]
 
* [[parent::WheelJoint]]
* [[WheelJoint:setJointSpeed]]
 
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Returns the current joint translation speed.}}
 
{{#set:Description=Returns the current joint translation speed.}}

Revision as of 15:31, 18 April 2012

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

Returns the current joint translation speed.

Function

Synopsis

speed = WheelJoint:getJointSpeed( )

Arguments

None.

Returns

number speed
The translation speed of the joint in meters per second.

See Also


Other Languages