8 lines
173 B
Plaintext
8 lines
173 B
Plaintext
#title RemoveSpriteChild [RCBasic Doc]
|
|
#header Sub RemoveSpriteChild(sprite, child_index)
|
|
|
|
Removes the child at the given index from the parent sprite
|
|
|
|
#ref AddSpriteChild
|
|
|