Difference between revisions of "Sprite:removeChild"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(2 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 />
+
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 />
+
<syntaxhighlight lang="lua">
<br /></translate>
+
Sprite:removeChild(child)
<source lang="lua">
+
</syntaxhighlight>
Sprite:removeChild(child)
+
 
</source>
+
=== Parameters ===
=== <translate>Parameters</translate> ===
+
'''child''': (Sprite) the child sprite to remove<br/>
'''child''': (Sprite) <translate>The child sprite to remove.</translate> <br/>
 
  
 
{{Sprite}}
 
{{Sprite}}

Latest revision as of 15:33, 13 July 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