Difference between revisions of "B2.Joint:getBodyA"

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

Revision as of 18: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