Difference between revisions of "B2.Contact:getFixtureA"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09.6<br/> === Description === <br /> Returns fixture A in this contact. <br /> <br /> <source lang="lua"> (b2.Fixture), = b2.Cont...")
 
Line 6: Line 6:
 
<br />
 
<br />
 
<source lang="lua">
 
<source lang="lua">
(b2.Fixture), = b2.Contact:getFixtureA()
+
(b2.Fixture) = b2.Contact:getFixtureA()
 
</source>
 
</source>
 
'''Returns''' (b2.Fixture) Fixture A in this contact.<br/>
 
'''Returns''' (b2.Fixture) Fixture A in this contact.<br/>

Revision as of 11:20, 23 August 2018

Available since: Gideros 2012.09.6

Description


Returns fixture A in this contact.

(b2.Fixture) = b2.Contact:getFixtureA()

Returns (b2.Fixture) Fixture A in this contact.