Difference between revisions of "B2.RevoluteJoint:getJointSpeed"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
Line 6: Line 6:
 
=== <translate>Description</translate> ===
 
=== <translate>Description</translate> ===
 
Returns the current joint angle speed in radians per second.
 
Returns the current joint angle speed in radians per second.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(number) = b2.RevoluteJoint:getJointSpeed()
 
(number) = b2.RevoluteJoint:getJointSpeed()
 
</source>
 
</source>

Revision as of 17:40, 12 July 2023


Available since: Gideros 2011.6
Class: b2.RevoluteJoint

Description

Returns the current joint angle speed in radians per second. <syntaxhighlight lang="lua"> (number) = b2.RevoluteJoint:getJointSpeed() </source>

Return values

Returns (number) the current joint angle speed in radians per second




LiquidFun