Difference between revisions of "B2.PrismaticJoint:getJointSpeed"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the current joint translation speed, usually in meters per second. <br /> <br /> <sourc...")
 
Line 6: Line 6:
 
<br />
 
<br />
 
<source lang="lua">
 
<source lang="lua">
(number), = b2.PrismaticJoint:getJointSpeed()
+
(number) = b2.PrismaticJoint:getJointSpeed()
 
</source>
 
</source>
 
'''Returns''' (number) The current joint translation speed, usually in meters per second<br/>
 
'''Returns''' (number) The current joint translation speed, usually in meters per second<br/>

Revision as of 11:17, 23 August 2018

Available since: Gideros 2011.6

Description


Returns the current joint translation speed, usually in meters per second.

(number) = b2.PrismaticJoint:getJointSpeed()

Returns (number) The current joint translation speed, usually in meters per second