Difference between revisions of "B2.Contact:getChildIndexB"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09.6<br/> === Description === <br /> Returns the child primitive index for fixture B. <br /> <br /> <source lang="lua"> (number),...")
 
Line 6: Line 6:
 
<br />
 
<br />
 
<source lang="lua">
 
<source lang="lua">
(number), = b2.Contact:getChildIndexB()
+
(number) = b2.Contact:getChildIndexB()
 
</source>
 
</source>
 
'''Returns''' (number) Returns the child primitive index for fixture B.<br/>
 
'''Returns''' (number) Returns the child primitive index for fixture B.<br/>

Revision as of 11:16, 23 August 2018

Available since: Gideros 2012.09.6

Description


Returns the child primitive index for fixture B.

(number) = b2.Contact:getChildIndexB()

Returns (number) Returns the child primitive index for fixture B.