Difference between revisions of "B2.Joint:getBodyA"

From GiderosMobile
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
<languages />
 
'''Available since:''' Gideros 2011.6<br/>
 
'''Available since:''' Gideros 2011.6<br/>
 +
'''Class:''' [[Special:MyLanguage/b2.Joint|b2.Joint]]<br/>
 +
 
=== Description ===
 
=== Description ===
<br />
+
Returns the first body attached to this joint.
Returns the first body attached to this joint.<br />
 
<br />
 
 
<source lang="lua">
 
<source lang="lua">
 
(b2.Body) = b2.Joint:getBodyA()
 
(b2.Body) = b2.Joint:getBodyA()
 
</source>
 
</source>
'''Returns''' (b2.Body) The first body attached to this joint<br/>
+
 
 +
=== Return values ===
 +
'''Returns''' (b2.Body) the first body attached to this joint<br/>
 +
 
 +
{{B2.Joint}}

Revision as of 17:47, 17 February 2020


Available since: Gideros 2011.6
Class: b2.Joint

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




LiquidFun