Difference between revisions of "B2.Contact:getChildIndexA"

From GiderosMobile
m (Text replacement - "</source" to "</syntaxhighlight")
Line 8: Line 8:
 
<source lang="lua">
 
<source lang="lua">
 
(number) = b2.Contact:getChildIndexA()
 
(number) = b2.Contact:getChildIndexA()
</source>
+
</syntaxhighlight>
  
 
=== Return values ===
 
=== Return values ===

Revision as of 17:55, 12 July 2023


Available since: Gideros 2012.09.6
Class: b2.Contact

Description

Returns the child primitive index for fixture A. <source lang="lua"> (number) = b2.Contact:getChildIndexA() </syntaxhighlight>

Return values

Returns (number) returns the child primitive index for fixture A.




LiquidFun