12 lines
283 B
Plaintext
12 lines
283 B
Plaintext
#title AddCompositeChild [RCBasic Doc]
|
|
#header Function AddCompositeChild(actor, child_actor, t_matrix)
|
|
|
|
Adds a child Actor to a composite actor.
|
|
|
|
Returns the child index in the composite actor.
|
|
|
|
NOTE: Reference the included Composite Demo for an example
|
|
|
|
#ref CreateCompositeActor
|
|
|