21 lines
460 B
HTML
21 lines
460 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>RemoveSpriteChild [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>Sub RemoveSpriteChild(sprite, child_index) </h2></p>
|
|
<p>
|
|
Removes the child at the given index from the parent sprite
|
|
</p>
|
|
<br><p>Related:
|
|
<a href="addspritechild.html">AddSpriteChild</a>
|
|
</p>
|
|
<p>
|
|
</p>
|
|
|
|
</body>
|
|
</html> |