10 lines
265 B
Plaintext
10 lines
265 B
Plaintext
#title RemoveCompositeChild [RCBasic Doc]
|
|
#header Sub RemoveCompositeChild(actor, child_index)
|
|
|
|
Removes the actor stored as a child at the given index in a composite actor
|
|
|
|
NOTE: This will change the index of all the remaining child actors
|
|
|
|
#ref AddCompositeChild
|
|
|