Difference between revisions of "B2.Contact:getFixtureB"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09.6<br/> === Description === <br /> Returns fixture B 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:getFixtureB()
+
(b2.Fixture) = b2.Contact:getFixtureB()
 
</source>
 
</source>
 
'''Returns''' (b2.Fixture) Fixture B in this contact.<br/>
 
'''Returns''' (b2.Fixture) Fixture B in this contact.<br/>

Revision as of 11:20, 23 August 2018

Available since: Gideros 2012.09.6

Description


Returns fixture B in this contact.

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

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