Files
RCBASIC4/doc/doc_files/getspritechildindex.html
2026-03-03 19:29:04 -06:00

21 lines
467 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>GetSpriteChildIndex [RCBasic Doc] </title>
</head>
<body>
<p><h2>Function GetSpriteChildIndex(sprite, child_sprite) </h2></p>
<p>
Returns the index a child_sprite is stored at in a parent sprite
</p>
<p>
Returns -1 if child_sprite is not a child of sprite
</p>
<p>
</p>
</body>
</html>