Difference between revisions of "B2.Joint:getBodyA"

From GiderosMobile
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''Available since:''' Gideros 2011.6<br/>
+
'''<translate>Available since</translate>:''' Gideros 2011.6<br/>
=== Description ===
+
=== <translate>Description</translate> ===
 
<translate><br />
 
<translate><br />
 
Returns the first body attached to this joint.<br />
 
Returns the first body attached to this joint.<br />
Line 8: Line 8:
 
(b2.Body) = b2.Joint:getBodyA()
 
(b2.Body) = b2.Joint:getBodyA()
 
</source>
 
</source>
=== Return values ===
+
=== <translate>Return values</translate> ===
'''Returns''' (b2.Body) <translate>The first body attached to this joint</translate><br/>
+
'''<translate>Returns</translate>''' (b2.Body) <translate>The first body attached to this joint</translate><br/>

Revision as of 07:29, 24 August 2018

Available since: Gideros 2011.6

Description


Returns the first body attached to this joint.

(b2.Body) = b2.Joint:getBodyA()

Return values

Returns (b2.Body) The first body attached to this joint