Execute_DestroyChildrenObjects
Description
Destroys all child objects of the BaseObject that have the specified object tag (S1).
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The parent object whose tagged children will be destroyed |
| S1 | Object tag that child objects must have to be destroyed |
Examples
| Description | BaseObject | Command | S1 |
|---|---|---|---|
| Remove all children with "Trash" tag from Target | Target | DestroyChildrenObjects | Trash |
| Destroy children tagged "Food" from Self | Self | DestroyChildrenObjects | Food |
| Clear "Ingredient" tagged children from Target container | Target | DestroyChildrenObjects | Ingredient |
Back to Command FinderSearch and filter all 399 Script Execution documents