Difference between revisions of "Sprite:removeChild"

From GiderosMobile
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 />
+
Removes the specified child '''Sprite''' instance from the child list of this Sprite instance.
Removes the specified child [[Special:MyLanguage/Sprite|Sprite]] instance from the child list of this [[Special:MyLanguage/Sprite|Sprite]] instance.<br />
 
<br /></translate>
 
 
<source lang="lua">
 
<source lang="lua">
Sprite:removeChild(child)
+
Sprite:removeChild(child)
 
</source>
 
</source>
=== <translate>Parameters</translate> ===
+
 
'''child''': (Sprite) <translate>The child sprite to remove.</translate> <br/>
+
=== Parameters ===
 +
'''child''': (Sprite) the child sprite to remove<br/>
  
 
{{Sprite}}
 
{{Sprite}}

Revision as of 19:10, 7 February 2023

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