Difference between revisions of "B2.Contact:getChildIndexA"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
 
=== Description ===
 
=== Description ===
 
Returns the child primitive index for fixture A.
 
Returns the child primitive index for fixture A.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(number) = b2.Contact:getChildIndexA()
 
(number) = b2.Contact:getChildIndexA()
</source>
+
</syntaxhighlight>
  
 
=== Return values ===
 
=== Return values ===

Latest revision as of 18:03, 12 July 2023


Available since: Gideros 2012.09.6
Class: b2.Contact

Description

Returns the child primitive index for fixture A.

(number) = b2.Contact:getChildIndexA()

Return values

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




LiquidFun