Difference between revisions of "Sprite:getChildIndex"

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