This action returns an array containing all the child Time Sources for the given Time Source.
The resulting array is stored in the Target variable.
Argument | Description |
---|---|
Time Source | The Time Source to get the children of |
Target | The variable to store the array |
Temp | Whether the variable should be created as a temporary variable |
This gets the children for a Time Source, and loops through the array to destroy each child Time Source.
At the end it destroys the parent Time Source.