Difference between revisions of "Sprite:removeChild"

From GiderosMobile
Line 4: Line 4:
 
=== <translate>Description</translate> ===
 
=== <translate>Description</translate> ===
 
<translate><br />
 
<translate><br />
Removes the specified child `Sprite` instance from the child list of this `Sprite` instance.<br />
+
Removes the specified child [[Special:MyLanguage/Sprite|Sprite]] instance from the child list of this [[Special:MyLanguage/Sprite|Sprite]] instance.<br />
 
<br /></translate>
 
<br /></translate>
 
<source lang="lua">
 
<source lang="lua">

Revision as of 10:36, 24 August 2018

Available since: Gideros 2011.6
Class: Sprite

Description


Removes the specified child Sprite instance from the child list of this Sprite instance.

 Sprite:removeChild(child)

Parameters

child: (Sprite) The child sprite to remove.