Difference between revisions of "B2.Joint:getBodyB"
From GiderosMobile
Line 8: | Line 8: | ||
(b2.Body) = b2.Joint:getBodyB() | (b2.Body) = b2.Joint:getBodyB() | ||
</source> | </source> | ||
+ | === Return values === | ||
'''Returns''' (b2.Body) The second body attached to this joint<br/> | '''Returns''' (b2.Body) The second body attached to this joint<br/> |
Revision as of 10:45, 23 August 2018
Available since: Gideros 2011.6
Description
Returns the second body attached to this joint.
(b2.Body) = b2.Joint:getBodyB()
Return values
Returns (b2.Body) The second body attached to this joint