Difference between revisions of "Sprite:getChildIndex"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
'''Available since:''' Gideros 2011.6<br/>
 
'''Available since:''' Gideros 2011.6<br/>
 +
'''Class:''' [[Sprite]]<br/>
 +
 
=== Description ===
 
=== Description ===
<br />
+
Returns the index of the specified child sprite.
Returns the index of the specified child sprite.<br />
+
<syntaxhighlight lang="lua">
<br />
 
<source lang="lua">
 
 
(number) = Sprite:getChildIndex(child)
 
(number) = Sprite:getChildIndex(child)
</source>
+
</syntaxhighlight>
'''child''': (Sprite) The child sprite to identify. ''''''<br/>
+
 
'''Returns''' (number) The index of the specified child sprite.<br/>
+
=== Parameters ===
 +
'''child''': (Sprite) the child sprite to identify<br/>
 +
 
 +
=== Return values ===
 +
'''Returns''' (number) the index of the specified child sprite<br/>
 +
 
 +
{{Sprite}}

Latest revision as of 14:33, 13 July 2023

Available since: Gideros 2011.6
Class: Sprite

Description

Returns the index of the specified child sprite.

(number) = Sprite:getChildIndex(child)

Parameters

child: (Sprite) the child sprite to identify

Return values

Returns (number) the index of the specified child sprite